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

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

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

void
Level
PropertiesConfAccess.parseLevelProp(Properties prop, String key, LevelFactory lef)
It parses a property entry to build or configure a Level instance.
Level
PropertiesConfAccess.parseLevelProp(Properties prop, String key, LevelFactory lef, Vector currentLevelParse)
It parses a property entry to build or configure a Level instance.
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.
void
void
void

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

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

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.

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

LevelImpl.LevelImpl(String name, String val, LevelFactory lf)

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

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

class
is the LoggerFactory for the wrapper to java.util.logging

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

LevelImpl.LevelImpl(String n, String val, LevelFactory lf)

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

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

class
This class is a basic implementation of the monolog factories (HandlerFactory, LoggerFactory and LevelFactory).

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

LevelFactory
This field references the level factory.

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

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

class

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

LevelImpl.LevelImpl(String n, String val, LevelFactory lf)

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

int
LevelImpl.evaluate(String expr, LevelFactory lf)
It analyzes a string expression to obtain its integer value.

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

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

class
This class wraps the LoggerFactory, HandlerFactory, LevelFactory concepts into the log4j world.

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

LevelImpl.LevelImpl(String name, String val, LevelFactory lf)

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

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

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

Uses in package org.objectweb.util.monolog

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

LevelFactory
Monolog.getLevelFactory(String className)