public class LogWriter extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
LOG_ACCESS
Access Log Type.
|
static int |
LOG_ERROR
Error Log Type.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
log(CommandManager mgr,
int type,
Level level,
String msgid,
String[] msgdata,
SSOToken ssoToken)
Writes to log.
|
public static final int LOG_ACCESS
public static final int LOG_ERROR
public static void log(CommandManager mgr, int type, Level level, String msgid, String[] msgdata, SSOToken ssoToken) throws CLIException
mgr - Command Manager Object.type - Type of log message.level - Logging level of the message.msgid - ID for message.msgdata - array of log message "data".ssoToken - Single Sign On Token of the user who committed the
operation.CLIException - if log cannot be written.Copyright © 2010–2024 Open Identity Platform Community. All rights reserved.