org.mmbase.util.logging
Class SimpleTimeStampImpl

java.lang.Object
  extended byorg.mmbase.util.logging.AbstractSimpleImpl
      extended byorg.mmbase.util.logging.SimpleTimeStampImpl
All Implemented Interfaces:
Logger

public class SimpleTimeStampImpl
extends AbstractSimpleImpl
implements Logger

Like SimpleImpl, but also adds timestamps.

Since:
MMBase-1.7
Version:
$Id: SimpleTimeStampImpl.java,v 1.1 2004/02/19 17:32:10 michiel Exp $
Author:
Michiel Meeuwissen

Field Summary
 
Fields inherited from class org.mmbase.util.logging.AbstractSimpleImpl
level
 
Method Summary
static void configure(java.lang.String c)
          The configure method of this Logger implemenation.
static SimpleTimeStampImpl getLoggerInstance(java.lang.String name)
           
protected  void log(java.lang.String s)
           
 
Methods inherited from class org.mmbase.util.logging.AbstractSimpleImpl
debug, error, fatal, info, isDebugEnabled, isServiceEnabled, log, service, setLevel, setPriority, trace, warn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.mmbase.util.logging.Logger
debug, error, fatal, info, isDebugEnabled, isServiceEnabled, service, setLevel, setPriority, trace, warn
 

Method Detail

getLoggerInstance

public static SimpleTimeStampImpl getLoggerInstance(java.lang.String name)

configure

public static void configure(java.lang.String c)
The configure method of this Logger implemenation.


log

protected final void log(java.lang.String s)
Overrides:
log in class AbstractSimpleImpl


MMBase build 1.7.1.20041002