cz.cuni.amis.pogamut.defcon.agent
Class DefConLogPublisher

Package class diagram package DefConLogPublisher
java.lang.Object
  extended by cz.cuni.amis.pogamut.base.utils.logging.LogPublisher
      extended by cz.cuni.amis.pogamut.defcon.agent.DefConLogPublisher
All Implemented Interfaces:
ILogPublisher

public class DefConLogPublisher
extends LogPublisher


Nested Class Summary
 
Nested classes/interfaces inherited from class cz.cuni.amis.pogamut.base.utils.logging.LogPublisher
LogPublisher.ConsolePublisher, LogPublisher.FilePublisher
 
Field Summary
 
Fields inherited from class cz.cuni.amis.pogamut.base.utils.logging.LogPublisher
formatter
 
Constructor Summary
DefConLogPublisher()
           
DefConLogPublisher(Formatter formatter)
           
 
Method Summary
 void close()
           
 void flush()
           
 void publish(LogRecord record, String formattedMsg)
           
 
Methods inherited from class cz.cuni.amis.pogamut.base.utils.logging.LogPublisher
getFormatter, publish, setFormatter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefConLogPublisher

public DefConLogPublisher()

DefConLogPublisher

public DefConLogPublisher(Formatter formatter)
Method Detail

close

public void close()
           throws SecurityException
Specified by:
close in interface ILogPublisher
Specified by:
close in class LogPublisher
Throws:
SecurityException

flush

public void flush()
Specified by:
flush in interface ILogPublisher
Specified by:
flush in class LogPublisher

publish

public void publish(LogRecord record,
                    String formattedMsg)
Specified by:
publish in class LogPublisher


Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.