Frames | No Frames |
Methods with return type org.objectweb.util.monolog.api.Handler | |
Handler | It parses a property entry to build or configure a Handler instance. |
Classes implementing org.objectweb.util.monolog.api.Handler | |
class | This class is the wrapper to the org.apache.log4j.FileAppender
|
class | Copyright (C) 2001-2003 France Telecom R&D
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version. |
Methods with parameter type org.objectweb.util.monolog.api.Handler | |
void | Add a handler in the Handler list of the topicalLogger
|
void | Remove a handler from the Handler list of the topicalLogger
|
Methods with return type org.objectweb.util.monolog.api.Handler | |
Handler | MonologLoggerFactory.createHandler(String hn, String handlertype) It retrieves a new instance of an handler which the type is specified
by the parameter. |
Handler[] | It returns the list of the handler associated to this logger. |
Handler | MonologCategory.getHandler(String hn) It returns the handler which the name is equals to the parameter
|
Handler | MonologLoggerFactory.getHandler(String hn) It retrieves the handler which the name is specified by the parameter
|
Handler[] | It retrieves all handler managed by this factory. |
Handler | MonologLoggerFactory.removeHandler(String hn) It removes the handler which the name is specified by the parameter
|
Classes implementing org.objectweb.util.monolog.api.Handler | |
class | Is a generic handler implementation used to wrapper java.util.logging.Handler
instance. |
class | Is an extension of the java.util.logging.Logger class used to wrap Monolog
on the logging system provided in the JDK since the 1.4 version. |
Methods with parameter type org.objectweb.util.monolog.api.Handler | |
void | A TopicalLogger manages a list of Handler instances. |
void | A TopicalLogger manages a list of Handler instances. |
Methods with return type org.objectweb.util.monolog.api.Handler | |
Handler[] | Get the Handlers associated with this logger. |
Handler | Logger.getHandler(String hn) It returns the handler which the name is equals to the parameter
|
Classes implementing org.objectweb.util.monolog.api.Handler | |
class | This class is a basic implementation the Handler interface. |
class | This class is a basic implementatio of the TopicalLogger interface. |
Methods with parameter type org.objectweb.util.monolog.api.Handler | |
void | A TopicalLogger manages a list of Handler instances. |
void | A TopicalLogger manages a list of Handler instances. |
Methods with return type org.objectweb.util.monolog.api.Handler | |
Handler | BasicFactory.createHandler(String hn, String handlertype) It retrieves a new instance of an handler which the type is specified
by the parameter. |
Handler[] | It returns the list of the handler associated to this logger. |
Handler | BasicFactory.getHandler(String hn) It retrieves the handler which the name is specified by the parameter
|
Handler | BasicLogger.getHandler(String hn) It returns the handler which the name is equals to the parameter
|
Handler[] | It retrieves all handler managed by this factory. |
Handler | BasicFactory.removeHandler(String hn) It removes the handler which the name is specified by the parameter
|
Methods with parameter type org.objectweb.util.monolog.api.Handler | |
void | A TopicalLogger manages a list of Handler instances. |
void | A TopicalLogger manages a list of Handler instances. |
Methods with return type org.objectweb.util.monolog.api.Handler | |
Handler | HandlerFactory.createHandler(String hn, String handlertype) It retrieves a new instance of an handler which the type is specified
by the parameter. |
Handler[] | It returns the list of the handler associated to this logger. |
Handler | HandlerFactory.getHandler(String handlername) It retrieves the handler which the name is specified by the parameter
|
Handler | TopicalLogger.getHandler(String hn) It returns the handler which the name is equals to the parameter
|
Handler[] | It retrieves all handler managed by this factory. |
Handler | HandlerFactory.removeHandler(String handlername) It removes the handler which the name is specified by the parameter
|
Methods with return type org.objectweb.util.monolog.api.Handler | |
Handler | AbstractFactory.createHandler(String hn, String handlertype) It retrieves a new instance of an handler which the type is specified
by the parameter. |
Handler | AbstractFactory.getHandler(String hn) It retrieves the handler which the name is specified by the parameter
|
Handler[] | It retrieves all handler managed by this factory. |
Handler | AbstractFactory.removeHandler(String hn) It removes the handler which the name is specified by the parameter
|
Classes implementing org.objectweb.util.monolog.api.Handler | |
class | This class is a simple implementation of the Logger interface provided by
the monolog specification. |
Methods with parameter type org.objectweb.util.monolog.api.Handler | |
void | |
void |
Methods with return type org.objectweb.util.monolog.api.Handler | |
Handler | LoggerImpl.createHandler(String hn, String handlertype) |
Handler[] | |
Handler | LoggerImpl.getHandler(String hn) |
Handler[] | |
Handler | LoggerImpl.removeHandler(String handlername) |
Classes implementing org.objectweb.util.monolog.api.Handler | |
class | |
class | This class is the wrapper to the org.apache.log4j.FileAppender
|
class | This class is a generic implementation of the Handler interface. |
class | This class wraps the Logger concept into the log4j world. |
class | This class is the wrapper to the org.apache.log4j.nt.NTEventLogAppender
|
class | This class is the wrapper to the org.apache.log4j.RollingFileAppender
|
Methods with parameter type org.objectweb.util.monolog.api.Handler | |
void | Add a handler in the Handler list of the topicalLogger
|
void | Remove a handler from the Handler list of the topicalLogger
|
Methods with return type org.objectweb.util.monolog.api.Handler | |
Handler[] | It returns the list of the handler associated to this logger. |
Handler | MonologCategory.getHandler(String hn) It returns the handler which the name is equals to the parameter
|