public class MClogInfo
extends java.lang.Object
This class is used by the toolkit to pass logging information to custom log handlers. See MClogHandler
and MClog
classes for information on custom log handlers.
Modifier and Type | Field and Description |
---|---|
java.lang.String |
function
The name of the function that requested the log if the logging was requested by unmanaged code.
|
MClog.MClogLevel |
logLevel
The log level for this message.
|
java.util.Date |
logTime
The time the message was accepted for logging.
|
java.lang.String |
message
The message to be logged.
|
java.lang.String |
prefix
The user defined prefix for the log line or an empty string if no prefix was set.
|
java.lang.String |
processID
The unmanaged ID of the process or thread that requested the message to be logged.
|
public final java.util.Date logTime
public final MClog.MClogLevel logLevel
public final java.lang.String prefix
public final java.lang.String processID
public final java.lang.String function
public final java.lang.String message