anvil
Class RootLogDevice

java.lang.Object
  |
  +--anvil.RootLogDevice
All Implemented Interfaces:
LogDevice

public class RootLogDevice
extends java.lang.Object
implements LogDevice

class RootLogDevice

Author:
Jani Lehtimäki

Field Summary
static RootLogDevice INSTANCE
           
 
Constructor Summary
RootLogDevice()
           
 
Method Summary
 void initialize(Zone zone)
           
 void logEvent(LogEvent event)
           
 void setLayout(LogLayout layout)
           
 void stop()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INSTANCE

public static final RootLogDevice INSTANCE
Constructor Detail

RootLogDevice

public RootLogDevice()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

initialize

public void initialize(Zone zone)
Specified by:
initialize in interface LogDevice

stop

public void stop()
Specified by:
stop in interface LogDevice

setLayout

public void setLayout(LogLayout layout)
Specified by:
setLayout in interface LogDevice

logEvent

public void logEvent(LogEvent event)
Specified by:
logEvent in interface LogDevice