org.jboss.logging
Class DefaultLog

java.lang.Object
  |
  +--org.jboss.logging.Log
        |
        +--org.jboss.logging.DefaultLog

public class DefaultLog
extends Log

Version:
$Revision: 1.3 $
Author:
Rickard Öberg (rickard.oberg@telkel.com)
See Also:

Inner classes inherited from class org.jboss.logging.Log
Log.NoLog
 
Fields inherited from class org.jboss.logging.Log
defaultLog
 
Constructor Summary
DefaultLog()
           
DefaultLog(java.lang.Object source)
           
 
Method Summary
 void log(java.lang.String type, java.lang.String message)
           
 
Methods inherited from class org.jboss.logging.Log
createLog, debug, debug, error, exception, getLog, log, setLog, unsetLog, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultLog

public DefaultLog()

DefaultLog

public DefaultLog(java.lang.Object source)
Method Detail

log

public void log(java.lang.String type,
                java.lang.String message)
Overrides:
log in class Log


Copyright © 2000 The JBoss Organization. All Rights Reserved.