public class LogMessageID extends Object
Constructor and Description |
---|
LogMessageID(Level logLevel,
String prefix,
int id,
String name,
String description,
List<String> dataInfoColumns)
Constructs a log message ID instance.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
getDataColumns()
Get the names of the data columns for the log message.
|
String |
getDescription()
Returns description.
|
int |
getID()
Returns id.
|
Level |
getLogLevel()
Returns log level.
|
String |
getName()
Returns name.
|
int |
getNumberOfEntriesInDataColumn()
Returns number of entries in the data column.
|
String |
getPrefix()
Returns prefix.
|
public LogMessageID(Level logLevel, String prefix, int id, String name, String description, List<String> dataInfoColumns)
logLevel
- Log level.prefix
- Prefix of this log.id
- Unique Identification number.name
- Unique name.description
- Description of this log.dataInfoColumns
- Information on the data logged.public Level getLogLevel()
public String getPrefix()
public String getName()
public int getID()
public String getDescription()
public int getNumberOfEntriesInDataColumn()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.