C D E F G I J L O P R S T W

C

close() - Method in class org.ow2.util.log.JDKConsoleHandler
Close the handler by flushing all writers.

D

debug(Object, Object...) - Method in class org.ow2.util.log.JDKLogger
Log a message with debug log level.
debug(Object, Object...) - Method in interface org.ow2.util.log.Log
Log a message with debug log level.

E

error(Object, Object...) - Method in class org.ow2.util.log.JDKLogger
Log a message with error log level.
error(Object, Object...) - Method in interface org.ow2.util.log.Log
Log a message with error log level.

F

fatal(Object, Object...) - Method in class org.ow2.util.log.JDKLogger
Log a message with fatal log level.
fatal(Object, Object...) - Method in interface org.ow2.util.log.Log
Log a message with fatal log level.
flush() - Method in class org.ow2.util.log.JDKConsoleHandler
Flush all the current writers (info and error).
format(LogRecord) - Method in class org.ow2.util.log.JDKFormatter
Format the given LogRecord.

G

getI18n() - Method in class org.ow2.util.log.JDKLogger
Gets the i18n object associated to this logger.
getI18n() - Method in interface org.ow2.util.log.Log
Gets the i18n object associated to this logger.
getLog(Class<?>) - Static method in class org.ow2.util.log.LogFactory
Factory method used to return a logger.
getLogger() - Method in class org.ow2.util.log.JDKLogger
 

I

info(Object, Object...) - Method in class org.ow2.util.log.JDKLogger
Log a message with info log level.
info(Object, Object...) - Method in interface org.ow2.util.log.Log
Log a message with info log level.
isDebugEnabled() - Method in class org.ow2.util.log.JDKLogger
Is debug logging currently enabled?
isDebugEnabled() - Method in interface org.ow2.util.log.Log
Is debug logging currently enabled?
isErrorEnabled() - Method in class org.ow2.util.log.JDKLogger
Is error logging currently enabled?
isErrorEnabled() - Method in interface org.ow2.util.log.Log
Is error logging currently enabled?
isFatalEnabled() - Method in class org.ow2.util.log.JDKLogger
Is fatal logging currently enabled?
isFatalEnabled() - Method in interface org.ow2.util.log.Log
Is fatal logging currently enabled?
isInfoEnabled() - Method in class org.ow2.util.log.JDKLogger
Is info logging currently enabled?
isInfoEnabled() - Method in interface org.ow2.util.log.Log
Is info logging currently enabled?
isTraceEnabled() - Method in class org.ow2.util.log.JDKLogger
Is trace logging currently enabled?
isTraceEnabled() - Method in interface org.ow2.util.log.Log
Is trace logging currently enabled?
isWarnEnabled() - Method in class org.ow2.util.log.JDKLogger
Is warn logging currently enabled?
isWarnEnabled() - Method in interface org.ow2.util.log.Log
Is warn logging currently enabled?

J

JDKConsoleHandler - Class in org.ow2.util.log
Handler that display info message in System.out and error in System.err because JDK implementation prints all messages in System.err and in Eclipse, for example, INFO messages are in red !
JDKConsoleHandler() - Constructor for class org.ow2.util.log.JDKConsoleHandler
Creates a new handler with two appender, System.out and System.err.
JDKFormatter - Class in org.ow2.util.log
Format a record into a readable message ! not too long.
JDKFormatter() - Constructor for class org.ow2.util.log.JDKFormatter
 
JDKLogger - Class in org.ow2.util.log
Logger with I18n and infinite arguments.
JDKLogger(Class<?>, I18n) - Constructor for class org.ow2.util.log.JDKLogger
Creates a new logger.
JDKLogger(String, I18n) - Constructor for class org.ow2.util.log.JDKLogger
Creates a new logger.

L

Log - Interface in org.ow2.util.log
Interface used for the logging.
This don't use directly commons logging as the aim of this logging is to provide internationalization abilities and to allow to use MessageFormat message with an array of objects.
LogFactory - Class in org.ow2.util.log
This factory delegates to the JDK logger.

O

org.ow2.util.log - package org.ow2.util.log
Implementation of EJB 3.0 container

P

publish(LogRecord) - Method in class org.ow2.util.log.JDKConsoleHandler
Prints the record on the correct writer.

R

readResolve() - Method in class org.ow2.util.log.JDKLogger
Used to recreate logger after deserialization.

S

SET_HANDLER - Static variable in class org.ow2.util.log.JDKLogger
Property to disable the set of our own handler.

T

trace(Object, Object...) - Method in class org.ow2.util.log.JDKLogger
Log a message with trace log level.
trace(Object, Object...) - Method in interface org.ow2.util.log.Log
Log a message with trace log level.

W

warn(Object, Object...) - Method in class org.ow2.util.log.JDKLogger
Log a message with warn log level.
warn(Object, Object...) - Method in interface org.ow2.util.log.Log
Log a message with warn log level.

C D E F G I J L O P R S T W

Copyright © 2007-2009 OW2 Consortium. All Rights Reserved.