public interface ILogRecord
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 |
getLogInfoMap()
Returns log information map.
|
Map getLogInfoMap()
void addLogInfo(String key, Object value)
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.Object getLogBy()
Object getLogFor()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.