| Constructor and Description |
|---|
UnsopLogBridge() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContextId() |
org.znerd.util.log.LogLevel |
getLevel() |
void |
logOneMessage(String fqcn,
String domain,
String groupId,
String entryId,
org.znerd.util.log.LogLevel level,
String message,
Throwable exception) |
void |
putContextId(String newContextId) |
void |
setLevel(org.znerd.util.log.LogLevel logLevel) |
boolean |
shouldLog(String domain,
String groupId,
String entryId,
org.znerd.util.log.LogLevel level) |
void |
unputContextId() |
public void putContextId(String newContextId)
putContextId in interface LogBridgepublic void unputContextId()
unputContextId in interface LogBridgepublic String getContextId()
getContextId in interface LogBridgepublic boolean shouldLog(String domain, String groupId, String entryId, org.znerd.util.log.LogLevel level)
public void logOneMessage(String fqcn, String domain, String groupId, String entryId, org.znerd.util.log.LogLevel level, String message, Throwable exception)
logOneMessage in interface LogBridgepublic void setLevel(org.znerd.util.log.LogLevel logLevel)
Copyright © 2003-2013. All Rights Reserved.