public class ELogRecord extends LogRecord implements ILogRecord
Constructor and Description |
---|
ELogRecord(Level level,
String message,
Subject logBy,
Subject logFor)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
addLogInfo(String key,
Object value)
Adds to the log information map, the field key and its corresponding
value.
|
Object |
getLogBy()
Returns log by subject.
|
Object |
getLogFor()
Returns log for subject.
|
Map<String,Object> |
getLogInfoMap()
Returns log information map.
|
getLevel, getLoggerName, getMessage, getMillis, getParameters, getResourceBundle, getResourceBundleName, getSequenceNumber, getSourceClassName, getSourceMethodName, getThreadID, getThrown, setLevel, setLoggerName, setMessage, setMillis, setParameters, setResourceBundle, setResourceBundleName, setSequenceNumber, setSourceClassName, setSourceMethodName, setThreadID, setThrown
public Map<String,Object> getLogInfoMap()
getLogInfoMap
in interface ILogRecord
public void addLogInfo(String key, Object value)
addLogInfo
in interface ILogRecord
key
- The key which will be used by the formatter to determine if
this piece of info is supposed to be added to the log string
according to the selected log fields.value
- The value which may form a part of the actual log-string.public Object getLogBy()
getLogBy
in interface ILogRecord
public Object getLogFor()
getLogFor
in interface ILogRecord
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.