org.caleigo.toolkit.log
Interface ILogReceiver

All Known Implementing Classes:
AbstractLogReceiver

public interface ILogReceiver

Version:
1.00
Author:
Dennis Zikovic

Field Summary
static int ERROR
           
static int INFO
           
static int WARNING
           
 
Method Summary
 void close()
           
 boolean isLogging(java.lang.Object source)
           
 void log(int msgType, java.lang.Object source, java.lang.String msg, java.lang.Throwable exception)
           
 

Field Detail

INFO

public static final int INFO
See Also:
Constant Field Values

WARNING

public static final int WARNING
See Also:
Constant Field Values

ERROR

public static final int ERROR
See Also:
Constant Field Values
Method Detail

isLogging

public boolean isLogging(java.lang.Object source)

log

public void log(int msgType,
                java.lang.Object source,
                java.lang.String msg,
                java.lang.Throwable exception)

close

public void close()


Copyright © 2005 Caleigo. All Rights Reserved.