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

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

Constructors with parameter type org.objectweb.util.monolog.api.Logger

Methods with parameter type org.objectweb.util.monolog.api.Logger

void

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

Logger

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

Methods with parameter type org.objectweb.util.monolog.api.Logger

void
Assigns the logger instance to use

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

Logger
Retrieves the logger instance used
Logger
This method permits to fetch a Logger.
Logger
LoggerFactory.getLogger(String key, String resourceBundleName)
This method permits to fetch a Logger.
Logger[]
It retrieves a list of all loggers.

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

Classes implementing org.objectweb.util.monolog.api.Logger

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.

Fields of type org.objectweb.util.monolog.api.Logger

Logger
The root logger of the logger hierarchy

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

Logger
This method permits to fetch a Logger.
Logger
MonologLoggerFactory.getLogger(String key, String rbn)
This method permits to fetch a Logger.
Logger[]
It retrieves a list of all loggers.

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

Classes implementing org.objectweb.util.monolog.api.Logger

class
This class wraps the Logger concept into the log4j world.

Fields of type org.objectweb.util.monolog.api.Logger

Logger
The root logger of the logger hierarchy

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

Logger
Logger
MonologLoggerFactory.getLogger(String key, String rbn)
Logger[]

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

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

Logger
This method permits to fetch a Logger.
Logger[]
It retrieves a list of all loggers.

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

Classes implementing org.objectweb.util.monolog.api.Logger

class
This class is a basic implementatio of the TopicalLogger interface.

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

Logger
BasicFactory.getLogger(String _key)
This method permits to fetch a Logger.
Logger
BasicFactory.getLogger(String key, String resourceBundleName)
This method permits to fetch a Logger.
Logger[]
It retrieves a list of all loggers.

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

Classes implementing org.objectweb.util.monolog.api.Logger

class
This class is a simple implementation of the Logger interface provided by the monolog specification.

Constructors with parameter type org.objectweb.util.monolog.api.Logger

It builds a PrintWriterImpl instance.
It builds a PrintWriterImpl instance.
It builds a PrintWriterImpl instance.
It builds a PrintWriterImpl instance.
It builds a PrintWriterImpl instance.

Fields of type org.objectweb.util.monolog.api.Logger

Logger
Logger
The inner logger instance

Methods with parameter type org.objectweb.util.monolog.api.Logger

void
Assigns the logger instance to use
void
Assigns the logger instance to use

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

Logger
Retrieves the logger instance used
Logger
Retrieves the logger instance used
Logger
LoggerImpl.getLogger(String key)
Logger
LoggerImpl.getLogger(String key, String resourceBundleName)
Logger[]

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

Classes implementing org.objectweb.util.monolog.api.Logger

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 return type org.objectweb.util.monolog.api.Logger

Logger
This method permits to fetch a Logger.
Logger
LoggerFactory.getLogger(String key, String rbn)
This method permits to fetch a Logger.
Logger[]
It retrieves a list of all loggers.

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

Fields of type org.objectweb.util.monolog.api.Logger

Logger

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

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

Logger
PropertiesConfAccess.parseLoggerProp(Properties prop, String key, LoggerFactory lof, HandlerFactory hf, LevelFactory lef)
It parses a property entry to build or configure a Logger instance.
Logger
PropertiesConfAccess.parseLoggerProp(Properties prop, String key, MonologFactory mf)
It parses a property entry to build or configure a Logger instance.