public class Log
extends java.lang.Object
Logger
.
All log messages logged using this classes static log
methods log to the org.apache.pluto.portalImpl category.Logger
Constructor and Description |
---|
Log() |
Modifier and Type | Method and Description |
---|---|
static void |
debug(java.lang.String aMessage) |
static void |
debug(java.lang.String aMessage,
java.lang.Throwable aThrowable) |
static void |
error(java.lang.String aMessage) |
static void |
error(java.lang.String aMessage,
java.lang.Throwable aThrowable) |
static void |
error(java.lang.Throwable aThrowable) |
static LogService |
getService()
Returns the LogService which has been registered
with the ServiceManager.
|
static void |
info(java.lang.String aMessage) |
static boolean |
isDebugEnabled() |
static boolean |
isErrorEnabled() |
static boolean |
isInfoEnabled() |
static boolean |
isWarnEnabled() |
static void |
warn(java.lang.String aMessage) |
public static boolean isDebugEnabled()
public static boolean isInfoEnabled()
public static boolean isWarnEnabled()
public static boolean isErrorEnabled()
public static void debug(java.lang.String aMessage)
public static void debug(java.lang.String aMessage, java.lang.Throwable aThrowable)
public static void info(java.lang.String aMessage)
public static void warn(java.lang.String aMessage)
public static void error(java.lang.String aMessage)
public static void error(java.lang.String aMessage, java.lang.Throwable aThrowable)
public static void error(java.lang.Throwable aThrowable)
public static LogService getService()
LogService
used for static logging.Copyright © 2003-2013 . All Rights Reserved.