anvil.server.basic
Class BasicLogDevice

java.lang.Object
  |
  +--anvil.server.basic.BasicLogDevice
All Implemented Interfaces:
LogDevice

public class BasicLogDevice
extends java.lang.Object
implements LogDevice

class BasicLogDevice

Author:
Jani Lehtimäki

Constructor Summary
BasicLogDevice()
           
 
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
 

Constructor Detail

BasicLogDevice

public BasicLogDevice()
Method Detail

initialize

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

toString

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

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