Uses of Interface org.objectweb.util.monolog.api.Handler

Uses in package org.objectweb.util.monolog.file.monolog

Methods with return type org.objectweb.util.monolog.api.Handler

Handler
PropertiesConfAccess.parseHandlerProp(Properties prop, String key, HandlerFactory hf)
It parses a property entry to build or configure a Handler instance.

Uses in package org.objectweb.util.monolog.wrapper.log4jMini

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
It returns the handler which the name is equals to the parameter
Handler
It retrieves the handler which the name is specified by the parameter
Handler[]
It retrieves all handler managed by this factory.
Handler
It removes the handler which the name is specified by the parameter

Uses in package org.objectweb.util.monolog.wrapper.javaLog

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

Uses in package org.objectweb.util.monolog.wrapper.config

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
It retrieves the handler which the name is specified by the parameter
Handler
It returns the handler which the name is equals to the parameter
Handler[]
It retrieves all handler managed by this factory.
Handler
It removes the handler which the name is specified by the parameter

Uses in package org.objectweb.util.monolog.api

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
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

Uses in package org.objectweb.util.monolog.wrapper.common

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
It retrieves the handler which the name is specified by the parameter
Handler[]
It retrieves all handler managed by this factory.
Handler
It removes the handler which the name is specified by the parameter

Uses in package org.objectweb.util.monolog.wrapper.printwriter

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
Handler[]
Handler
LoggerImpl.removeHandler(String handlername)

Uses in package org.objectweb.util.monolog.wrapper.log4j

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
It returns the handler which the name is equals to the parameter