public class NutsLogRecord extends LogRecord
| Constructor and Description |
|---|
NutsLogRecord(NutsSession session,
Level level,
NutsLogVerb verb,
String msg,
Object[] objects,
boolean formatted,
long time,
NutsTextFormatStyle style) |
| Modifier and Type | Method and Description |
|---|---|
NutsTextFormatStyle |
getFormatStyle() |
NutsSession |
getSession() |
long |
getTime() |
NutsLogVerb |
getVerb() |
NutsWorkspace |
getWorkspace() |
boolean |
isFormatted() |
void |
setSession(NutsSession session) |
getLevel, getLoggerName, getMessage, getMillis, getParameters, getResourceBundle, getResourceBundleName, getSequenceNumber, getSourceClassName, getSourceMethodName, getThreadID, getThrown, setLevel, setLoggerName, setMessage, setMillis, setParameters, setResourceBundle, setResourceBundleName, setSequenceNumber, setSourceClassName, setSourceMethodName, setThreadID, setThrownpublic NutsLogRecord(NutsSession session, Level level, NutsLogVerb verb, String msg, Object[] objects, boolean formatted, long time, NutsTextFormatStyle style)
public NutsTextFormatStyle getFormatStyle()
public long getTime()
public boolean isFormatted()
public NutsLogVerb getVerb()
public NutsWorkspace getWorkspace()
public NutsSession getSession()
public void setSession(NutsSession session)
Copyright © 2021 vpc open source initiative. All rights reserved.