Frames | No Frames |
Methods with return type org.objectweb.util.monolog.api.Level | |
Level | MonologFactoryMBean.getLevel(String name) It retrieves a Level instance which the name is equals to the parameter. |
Level | MonologFactoryProxy.getLevel(String name) It retrieves a Level instance which the name is equals to the parameter. |
Level | MonologFactoryMBean.getLevel(int value) It retrieves a Level instance which the integer value is equals to the
parameter. |
Level | MonologFactoryProxy.getLevel(int value) 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. |
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 | Log a message, with no arguments. |
void | Log a message, with a location and method arguments. |
void | Log a message, with a throwable arguments which can represent an
error or a context.. |
void | 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 | LevelFactory.getLevel(int value) It retrieves a Level instance which the integer value is equals to the
parameter. |
Level[] | It retrieves all Level instances defined in this manager. |
Methods with return type org.objectweb.util.monolog.api.Level | |
Level | MonologFactoryMBeanImpl.getLevel(String name) |
Level | MonologFactoryProxyImpl.getLevel(String name) |
Level | MonologFactoryMBeanImpl.getLevel(int value) |
Level | MonologFactoryProxyImpl.getLevel(int value) |
Level[] | |
Level[] |
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 | Log a message, with no arguments. |
void | Log a message, with a location and method arguments. |
void | Log a message, with a throwable arguments which can represent an
error or a context.. |
void | 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 | MonologLoggerFactory.getLevel(String name) It retrieves a Level instance which the name is equals to the parameter. |
Level | |
Level | MonologLoggerFactory.getLevel(int value) It retrieves a Level instance which the integer value is equals to the
parameter. |
Level[] | It retrieves all Level instances defined in this manager. |
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 | Log a message, with no arguments. |
void | Log a message, with a location and method arguments. |
void | Log a message, with a throwable arguments which can represent an
error or a context.. |
void | 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 |
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 | AbstractFactory.getLevel(String name) It retrieves a Level instance which the name is equals to the parameter. |
Level | AbstractFactory.getLevel(int value) It retrieves a Level instance which the integer value is equals to the
parameter. |
Level[] | It retrieves all Level instances defined in this manager. |
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 | Log a message, with no arguments. |
void | Log a message, with a location and method arguments. |
void | Log a message, with a throwable arguments which can represent an
error or a context.. |
void | 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 | BasicFactory.getLevel(int value) It retrieves a Level instance which the integer value is equals to the
parameter. |
Level[] | It retrieves all Level instances defined in this manager. |
Methods with parameter type org.objectweb.util.monolog.api.Level | |
boolean | Gets the Loggable attribute of the LoggerImpl object
|
void | Log method
|
void | Log method
|
void | Log method
|
void | 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
|
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 | |
void | |
void | |
void | |
void |
Methods with return type org.objectweb.util.monolog.api.Level | |
Level | |
Level | int => org.objectweb.util.monolog.api.Level
|
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 | 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. |