org.netxms.base
Interface LoggingFacility
public interface LoggingFacility
Interface for pluggable logging facility
Method Summary |
void |
writeLog(int level,
java.lang.String tag,
java.lang.String message,
java.lang.Throwable t)
Write message to log |
DEBUG
static final int DEBUG
- See Also:
- Constant Field Values
INFO
static final int INFO
- See Also:
- Constant Field Values
WARNING
static final int WARNING
- See Also:
- Constant Field Values
ERROR
static final int ERROR
- See Also:
- Constant Field Values
writeLog
void writeLog(int level,
java.lang.String tag,
java.lang.String message,
java.lang.Throwable t)
- Write message to log
- Parameters:
level
- severity leveltag
- message tagmessage
- message textt
- associated throwable, or null
Copyright © 2013. All Rights Reserved.