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

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

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

Level
It retrieves a Level instance which the name is equals to the parameter.
Level
It retrieves a Level instance which the name is equals to the parameter.
Level
It retrieves a Level instance which the integer value is equals to the parameter.
Level
It retrieves a Level instance which the integer value is equals to the parameter.
Level[]
It retrieves all Level instances defined in this manager.
Level[]
It retrieves all Level instances defined in this manager.

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

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

Level
DEBUG messages might include things like minor (recoverable) failures.
Level
The ERROR level designates error events that might still allow the application to continue running.
Level
In general, FATAL messages should describe events that are of considerable importance and which will prevent continuation of the program execution.
Level
The INFO level designates informational messages that highlight the progress of the application at a coarse-grained level.
Level
This special level indicates that the level is inherited from its ancestors.
Level
In general, WARN messages should describe events that will be of interest to end users or system managers, or which indicate potential problems.

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

int
Compares this object with the specified object for order.
boolean
This method returns true is the current level and the Level parameter are ordered.
boolean
Check if a message of the given level would actually be logged by this logger.
void
Logger.log(Level level, Object message)
Log a message, with no arguments.
void
Logger.log(Level l, Object message, Object location, Object method)
Log a message, with a location and method arguments.
void
Logger.log(Level level, Object message, Throwable throwable)
Log a message, with a throwable arguments which can represent an error or a context..
void
Logger.log(Level level, Object message, Throwable throwable, Object location, Object method)
Log a message, with a location, method and throwable arguments.
void
Permits to set the level with a Level instance.

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

Level
LevelFactory.defineLevel(String name, String value)
It defines a new Level with a name and a string value.
Level
LevelFactory.defineLevel(String name, int value)
It defines a new Level with a name and an integer value.
Level
Returns the current level value under the Level format
Level
LevelFactory.getLevel(String name)
It retrieves a Level instance which the name is equals to the parameter.
Level
It retrieves a Level instance which the integer value is equals to the parameter.
Level[]
It retrieves all Level instances defined in this manager.

Uses in package org.objectweb.util.monolog.wrapper.remote.lib

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

Level
Level
Level
Level
Level[]
Level[]

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

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

class
This extension of the common LevelImpl provides conversion method for the monolog levels to the log4j levels.

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

Priority
boolean
Check if a message of the given level would actually be logged by this logger.
void
MonologCategory.log(Level l, Object o)
Log a message, with no arguments.
void
MonologCategory.log(Level l, Object o, Object location, Object method)
Log a message, with a location and method arguments.
void
MonologCategory.log(Level l, Object o, Throwable t)
Log a message, with a throwable arguments which can represent an error or a context..
void
MonologCategory.log(Level l, Object o, Throwable t, Object location, Object method)
Log a message, with a location, method and throwable arguments.
void
Permits to set the level with a Level instance.

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

Level
MonologLoggerFactory.defineLevel(String name, String value)
It defines a new Level with a name and a string value.
Level
MonologLoggerFactory.defineLevel(String name, int value)
It defines a new Level with a name and an integer value.
Level
Returns the current level value under the Level format
Level
It retrieves a Level instance which the name is equals to the parameter.
Level
LevelImpl.getLevel(int value)
Level
It retrieves a Level instance which the integer value is equals to the parameter.
Level[]
It retrieves all Level instances defined in this manager.

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

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

class
This extension of the common LevelImpl provides conversion method for the monolog levels to the log4j levels.

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

Priority
boolean
Check if a message of the given level would actually be logged by this logger.
void
MonologCategory.log(Level l, Object o)
Log a message, with no arguments.
void
MonologCategory.log(Level l, Object o, Object location, Object method)
Log a message, with a location and method arguments.
void
MonologCategory.log(Level l, Object o, Throwable t)
Log a message, with a throwable arguments which can represent an error or a context..
void
MonologCategory.log(Level l, Object o, Throwable t, Object location, Object method)
Log a message, with a location, method and throwable arguments.
void
Permits to set the level with a Level instance.

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

Level
Returns the current level value under the Level format
Level
LevelImpl.getLevel(int value)

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

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

class
This class is the basic implementation of the Level interface.

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

int
Compares this object with the specified object for order.
boolean
This method returns true is the current level and the Level parameter are ordered.

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

Level
AbstractFactory.defineLevel(String name, String value)
It defines a new Level with a name and a string value.
Level
AbstractFactory.defineLevel(String name, int value)
It defines a new Level with a name and an integer value.
Level
It retrieves a Level instance which the name is equals to the parameter.
Level
It retrieves a Level instance which the integer value is equals to the parameter.
Level[]
It retrieves all Level instances defined in this manager.

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

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

Level
The current level of the logger.

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

boolean
Check if a message of the given level would actually be logged by this logger.
void
BasicLogger.log(Level level, Object message)
Log a message, with no arguments.
void
BasicLogger.log(Level l, Object message, Object location, Object method)
Log a message, with a location and method arguments.
void
BasicLogger.log(Level level, Object message, Throwable throwable)
Log a message, with a throwable arguments which can represent an error or a context..
void
BasicLogger.log(Level level, Object message, Throwable throwable, Object location, Object method)
Log a message, with a location, method and throwable arguments.
void
Permits to set the level with a Level instance.

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

Level
BasicFactory.defineLevel(String name, String value)
It defines a new Level with a name and a string value.
Level
BasicFactory.defineLevel(String name, int value)
It defines a new Level with a name and an integer value.
Level
Returns the current level value under the Level format
Level
BasicFactory.getLevel(String name)
It retrieves a Level instance which the name is equals to the parameter.
Level
It retrieves a Level instance which the integer value is equals to the parameter.
Level[]
It retrieves all Level instances defined in this manager.

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

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

boolean
Gets the Loggable attribute of the LoggerImpl object
void
LoggerImpl.log(Level l, Object o)
Log method
void
LoggerImpl.log(Level l, Object o, Object location, Object method)
Log method
void
LoggerImpl.log(Level l, Object o, Throwable t)
Log method
void
LoggerImpl.log(Level l, Object o, Throwable t, Object location, Object method)
Log method
void
Sets the Level attribute of the LoggerImpl object

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

Level
LoggerImpl.defineLevel(String name, String value)
Level
LoggerImpl.defineLevel(String name, int value)
Level
Gets the CurrentLevel attribute of the LoggerImpl object
Level
LoggerImpl.getLevel(String name)
Level
LoggerImpl.getLevel(int value)
This method is not synchronized because the configuration is rarely
Level[]
This method is not synchronized because the configuration is rarely

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

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

class
Is an implementation of the Monolog Level interface based on the common LevelImpl class.

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

java.util.logging.Level
Level => java.util.logging.Level
boolean
void
Logger.log(Level l, Object o)
void
Logger.log(Level l, Object o, Object location, Object method)
void
Logger.log(Level l, Object o, Throwable t)
void
Logger.log(Level l, Object o, Throwable t, Object location, Object method)
void

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

Level
Level
LevelImpl.getLevel(int value)
int => org.objectweb.util.monolog.api.Level

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

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

boolean
It checks if the level parameter is a default monolog level.

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

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.