Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
G
H
I
L
N
O
R
S
T
A
addHandler(Handler)
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicLogger
addLogInfo(Character, LogInfo)
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicFactory
Add the extention
addMonologFactoryListener(MonologFactoryListener)
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicFactory
addTopic(String)
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicLogger
attributes
- Variable in class org.objectweb.util.monolog.wrapper.config.
BasicHandler
The attributes of the handler are listed by this field.
B
BasicFactory
- Class in
org.objectweb.util.monolog.wrapper.config
This class is a basic implementation of the monolog factories (HandlerFactory, LoggerFactory and LevelFactory).
BasicFactory()
- Constructor for class org.objectweb.util.monolog.wrapper.config.
BasicFactory
It intializes the data struture, defines the default level and the root logger.
BasicHandler
- Class in
org.objectweb.util.monolog.wrapper.config
This class is a basic implementation the Handler interface.
BasicHandler(String, String)
- Constructor for class org.objectweb.util.monolog.wrapper.config.
BasicHandler
BasicLogger
- Class in
org.objectweb.util.monolog.wrapper.config
This class is a basic implementatio of the TopicalLogger interface.
C
configure(Properties)
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicFactory
createHandler(String, String)
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicFactory
D
defineDefaultLevels()
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicFactory
It initializes the default monolog level: DEBUG: 10 000 INFO: 20 000 WARN: 30 000 ERROR: 40 000 FATAL: 50 000
defineLevel(String, int)
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicFactory
defineLevel(String, String)
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicFactory
defineRootLogger()
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicFactory
It defines the level of the root logger to WARN.
G
getAdditivity()
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicLogger
getAttribute(String)
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicHandler
getAttribute(String)
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicLogger
getAttributeNames()
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicHandler
getAttributeNames()
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicLogger
getAttributes()
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicHandler
getCurrentIntLevel()
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicLogger
getCurrentLevel()
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicLogger
getHandler(String)
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicFactory
getHandler()
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicLogger
getHandler(String)
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicLogger
getHandlers()
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicFactory
getLevel(String)
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicFactory
getLevel(int)
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicFactory
getLevels()
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicFactory
getLogger(String)
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicFactory
getLogger(String, String)
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicFactory
getLoggers()
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicFactory
getLogInfo(Character)
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicFactory
Gets the provider of the extension
getName()
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicHandler
getName()
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicLogger
getResourceBundleName()
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicFactory
getTopic()
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicLogger
getTopicPrefix()
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicFactory
getTopics()
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicLogger
TODO
getType()
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicHandler
getType()
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicLogger
H
handlers
- Variable in class org.objectweb.util.monolog.wrapper.config.
BasicFactory
This field references the handler instance by their names.
key = a String object which is an handler name.
handlers
- Variable in class org.objectweb.util.monolog.wrapper.config.
BasicLogger
This fields references by their name the handlers associated to the logger.
I
intToNames
- Variable in class org.objectweb.util.monolog.wrapper.config.
BasicFactory
This field reference the level names by their integer value.
key = a java.lang.Integer which the value is the level
value = a String or an ArrayList of String.
isLoggable(int)
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicLogger
isLoggable(Level)
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicLogger
isOn()
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicLogger
L
level
- Variable in class org.objectweb.util.monolog.wrapper.config.
BasicLogger
The current level of the logger.
levelFactory
- Variable in class org.objectweb.util.monolog.wrapper.config.
BasicLogger
This field references the level factory.
log(int, Object)
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicLogger
log(Level, Object)
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicLogger
log(int, Object, Throwable)
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicLogger
log(Level, Object, Throwable)
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicLogger
log(int, Object, Object, Object)
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicLogger
log(Level, Object, Object, Object)
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicLogger
log(int, Object, Throwable, Object, Object)
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicLogger
log(Level, Object, Throwable, Object, Object)
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicLogger
loggers
- Variable in class org.objectweb.util.monolog.wrapper.config.
BasicFactory
This field references the handler instance by their names.
key = a String object which is a logger topic.
N
name
- Variable in class org.objectweb.util.monolog.wrapper.config.
BasicHandler
The name of the handler
nameToLevel
- Variable in class org.objectweb.util.monolog.wrapper.config.
BasicFactory
This field references the level instances by their names.
key = a level name
value = the unique Level instance linked to the name.
O
org.objectweb.util.monolog.wrapper.config
- package org.objectweb.util.monolog.wrapper.config
R
removeAllHandlers()
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicLogger
removeHandler(String)
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicFactory
removeHandler(Handler)
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicLogger
removeLevel(String)
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicFactory
removeLogger(Logger)
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicFactory
removeLogInfo(char)
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicFactory
Remove an extension
removeMonologFactoryListener(MonologFactoryListener)
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicFactory
removeTopic(String)
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicLogger
resourceBundleName
- Variable in class org.objectweb.util.monolog.wrapper.config.
BasicFactory
The resource bundle linked to the LoggerFactory.
S
setAdditivity(boolean)
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicLogger
setAttribute(String, Object)
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicHandler
setAttribute(String, Object)
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicLogger
setAttributes(Map)
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicHandler
setIntLevel(int)
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicLogger
setLevel(Level)
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicLogger
setName(String)
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicHandler
setName(String)
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicLogger
setResourceBundleName(String)
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicFactory
T
topics
- Variable in class org.objectweb.util.monolog.wrapper.config.
BasicLogger
The fields lists all topics the logger.
turnOff()
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicLogger
turnOn()
- Method in class org.objectweb.util.monolog.wrapper.config.
BasicLogger
type
- Variable in class org.objectweb.util.monolog.wrapper.config.
BasicHandler
The type of the handler
A
B
C
D
G
H
I
L
N
O
R
S
T
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2012
OW2 Consortium
. All Rights Reserved.