<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
<tt>On Friday 18 March 2011 06:39 PM, Andrig Miller wrote:</tt>
<blockquote
 cite="mid:31146248.52.1300453739624.JavaMail.andrig@worklaptop.miller.org"
 type="cite">
  <style type="text/css">p { margin: 0; }</style>
  <div style="font-family: Arial; font-size: 12pt; color: rgb(0, 0, 0);"><tt><br>
Is JBoss Logging exposed as a public API through the module system?  </tt></div>
</blockquote>
<tt>From what I remember, it's not.<br>
</tt>
<blockquote
 cite="mid:31146248.52.1300453739624.JavaMail.andrig@worklaptop.miller.org"
 type="cite">
  <div style="font-family: Arial; font-size: 12pt; color: rgb(0, 0, 0);"><tt>If
not, what is the recommended approach?<br>
  </tt></div>
</blockquote>
<tt>Add the following to META-INF/MANIFEST.MF:<br>
<br>
Manifest-Version: 1.0<br>
Dependencies: org.jboss.logging<br>
<br>
-Jaikiran<br>
</tt><tt><br>
</tt>
</body>
</html>