public class NutsLogRecord extends LogRecord
| Constructor and Description |
|---|
NutsLogRecord(net.thevpc.nuts.NutsSession session,
Level level,
net.thevpc.nuts.NutsLogVerb verb,
String msg,
Object[] objects,
boolean formatted,
long time,
net.thevpc.nuts.NutsTextFormatStyle style) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NutsTextFormatStyle |
getFormatStyle() |
net.thevpc.nuts.NutsSession |
getSession() |
long |
getTime() |
net.thevpc.nuts.NutsLogVerb |
getVerb() |
net.thevpc.nuts.NutsWorkspace |
getWorkspace() |
boolean |
isFormatted() |
void |
setSession(net.thevpc.nuts.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 net.thevpc.nuts.NutsTextFormatStyle getFormatStyle()
public long getTime()
public boolean isFormatted()
public net.thevpc.nuts.NutsLogVerb getVerb()
public net.thevpc.nuts.NutsWorkspace getWorkspace()
public net.thevpc.nuts.NutsSession getSession()
public void setSession(net.thevpc.nuts.NutsSession session)
Copyright © 2021 vpc open source initiative. All rights reserved.