public interface IMetaLogger
MetaLogManager
, using the static registerLogger
method.
When an error occurs during parsing of the meta-data file, the parser calls the
log
method of the custom logger.MetaLogManager
Modifier and Type | Method and Description |
---|---|
void |
close()
Release the logger, implement this method to do clean up of the
logger, close the writer, release a lock, etc.
|
void |
log(java.lang.String message)
Log an error message.
|
void |
log(java.lang.String message,
java.lang.Throwable t)
Log a message object including the stack trace of the Throwable t passed
as parameter.
|
void log(java.lang.String message)
message
- the message object to be logged.void log(java.lang.String message, java.lang.Throwable t)
message
- the message object to be logged.t
- the exception to log, including its stack trace.void close()
MetaLogManager.shutDown()
.Copyright © 2008 Actuate Corp. All rights reserved.