Package org.eclipse.m2m.atl.common
Class ATLLogger
java.lang.Object
org.eclipse.m2m.atl.common.ATLLogger
The common ATL logger.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Log a FINE message.static Logger
Returns the ATL logger.static void
Log an INFO message.static void
Log a message.static void
Log a SEVERE message.static void
Log a WARNING message.
-
Field Details
-
LOGGER_ID
The logger ID.- See Also:
-
LOGLEVEL
The lowest logging level to log. -
logger
-
-
Constructor Details
-
ATLLogger
protected ATLLogger()Constructor.
-
-
Method Details
-
getLogger
Returns the ATL logger.- Returns:
- The ATL logger
-
log
Log a message.- Parameters:
level
- the message severitymsg
- The string message (or a key in the message catalog)thrown
- the throwable cause
-
fine
Log a FINE message.- Parameters:
msg
- The string message (or a key in the message catalog)
-
info
Log an INFO message.- Parameters:
msg
- The string message (or a key in the message catalog)
-
warning
Log a WARNING message.- Parameters:
msg
- The string message (or a key in the message catalog)
-
severe
Log a SEVERE message.- Parameters:
msg
- The string message (or a key in the message catalog)
-