org.tm4j.topicmap.utils.HelperBase .fatal(java.lang.Object message,java.lang.Throwable t)

Description

Logs a message, and information concerning an error or exception, using a logging level of "fatal". Fatal messages are never suppressed: if no logger is registered, the message (along with a stack trace) is printed on System.err. You can register a logger using the #setLogger(Log) method.

Parameters
java.lang.Object message the message being logged
java.lang.Throwable t the error condition being logged

Other Resources

Related Topics

Has Parameters