com.levigo.util.log.qualified
Interface QualifiedLogListener

All Known Subinterfaces:
ReaderListener, WriterListener
All Known Implementing Classes:
QualifiedLoggingBridge, ReaderListenerAdapter

public interface QualifiedLogListener


Method Summary
 void error(QualifiedLogEvent event)
          Callback method which will be invoked in case of an error.
 void fatal(QualifiedLogEvent event)
          Callback method which will be invoked in case of a fatal event.
 void warn(QualifiedLogEvent event)
          Callback method which will be invoked in case of a warning.
 

Method Detail

warn

void warn(QualifiedLogEvent event)
Callback method which will be invoked in case of a warning. The given QualifiedLogEvent will not be null and contains the details of the log event

Parameters:
event - the details of the log event as an QualifiedLogEvent

error

void error(QualifiedLogEvent event)
Callback method which will be invoked in case of an error. The given QualifiedLogEvent will not be null and contains the details of the log event

Parameters:
event - the details of the log event as an QualifiedLogEvent

fatal

void fatal(QualifiedLogEvent event)
Callback method which will be invoked in case of a fatal event. The given QualifiedLogEvent will not be null and contains the details of the log event

Parameters:
event - the details of the log event as an QualifiedLogEvent


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.