public class JulLogBridge extends AbstractLogBridge
| Modifier and Type | Method and Description |
|---|---|
protected String |
composeMessage(String fqcn,
String domain,
String groupId,
String entryId,
org.znerd.util.log.LogLevel level,
String message,
Throwable exception) |
String |
getContextId() |
static JulLogBridge |
getInstance() |
void |
logOneMessage(String fqcn,
String domain,
String groupId,
String entryId,
org.znerd.util.log.LogLevel level,
String message,
Throwable exception) |
void |
putContextId(String newContextId) |
boolean |
shouldLog(String domain,
String groupId,
String entryId,
org.znerd.util.log.LogLevel level) |
void |
unputContextId() |
getLevel, setLevelpublic static final JulLogBridge getInstance()
public void putContextId(String newContextId)
public void unputContextId()
public String getContextId()
public 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)
Copyright © 2003-2013. All Rights Reserved.