|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectariba.util.log.Log
public class Log
Log messages are grouped into Loggers which can be turned on and off. All messages are sent to the log writer with is a set of other writers -- usually a file and the console.
Field Summary | |
---|---|
static Logger |
aribaInternalDev
This category is on by default within Ariba Development, but off in release builds or for the customer. |
static Logger |
customer
Logger for messages that are created in custom implementations of Ariba products at customer sites. |
static org.apache.log4j.Level |
DebugLevel
|
static org.apache.log4j.Level |
ErrorLevel
|
static Logger |
fixme
Hack category where we put messages we aren't sure what do do with yet. |
static Logger |
http
Log message categories for socket connect and disconnect reporting. |
static Logger |
httpServlet
Log message categories for servlet related logging. |
static Logger |
i18n
Logger for internationalization and localized resource related messages. |
static org.apache.log4j.Level |
InfoLevel
|
static Logger |
lruCheck
Logger to turn on and report on consistency checks on LRUHashtables. |
static Logger |
lruDebug
Logger for LRUHashtable debugging. |
static Logger |
lruPurge
Logger for recording objects being removed from LRUHashtables. |
static Logger |
paramReference
Logger for parameter referencing |
static Logger |
partner
Logger for partner messages. |
static Logger |
perf_log
This category is off by default. |
static Logger |
perf_log_detail
This category is off by default. |
static Logger |
perf_log_exception
This category is off by default. |
static Logger |
perf_log_trace
This category is off by default. |
static Logger |
serverOps
Logger for client requested server operations. |
static Logger |
shutdown
|
static Logger |
startup
Logger for startup messages for all components. |
static Logger |
startupUtil
Logger for startup messages for the util component, which is a child of the startup Logger. |
static Logger |
threadpool
Logger for thread pool |
static Logger |
util
Logger for util class messages. |
static Logger |
utilIO
Logger for util I/O class messages. |
static org.apache.log4j.Level |
WarnLevel
|
Method Summary | |
---|---|
static void |
addConsole()
Deprecated. There's no need to use addConsole anymore |
static void |
logException(Logger category,
java.lang.Exception e)
|
static void |
logStack(Logger category,
java.lang.String msg)
|
static org.apache.log4j.Level |
toLevel(java.lang.String level)
Convert string representation of level to a Level object |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static org.apache.log4j.Level DebugLevel
Level.DEBUG
public static org.apache.log4j.Level InfoLevel
Level.INFO
public static org.apache.log4j.Level WarnLevel
Level.WARN
public static org.apache.log4j.Level ErrorLevel
Level.ERROR
public static final Logger startup
public static final Logger startupUtil
public static final Logger customer
public static final Logger http
public static final Logger httpServlet
public static final Logger util
public static final Logger utilIO
public static final Logger partner
public static final Logger i18n
public static final Logger serverOps
public static final Logger lruCheck
public static final Logger lruDebug
public static final Logger lruPurge
public static final Logger paramReference
public static final Logger fixme
public static final Logger aribaInternalDev
public static final Logger perf_log
public static final Logger perf_log_trace
public static final Logger perf_log_detail
public static final Logger perf_log_exception
public static final Logger threadpool
public static final Logger shutdown
Method Detail |
---|
public static void addConsole()
public static org.apache.log4j.Level toLevel(java.lang.String level)
Level.toLevel(java.lang.String)
public static void logStack(Logger category, java.lang.String msg)
public static void logException(Logger category, java.lang.Exception e)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |