Uses of Class org.apache.log4j.Level

Uses in package org.apache.log4j.varia

Methods with parameter type org.apache.log4j.Level

void
Set the LevelMax option.
void
Set the LevelMin option.

Methods with return type org.apache.log4j.Level

Level
Get the value of the LevelMax option.
Level
Get the value of the LevelMin option.

Uses in package org.apache.log4j.helpers

Methods with parameter type org.apache.log4j.Level

Level
OptionConverter.toLevel(String value, Level defaultValue)
Converts a standard or custom priority level to a Level object.

Methods with return type org.apache.log4j.Level

Level
OptionConverter.toLevel(String value, Level defaultValue)
Converts a standard or custom priority level to a Level object.

Uses in package org.apache.log4j.spi

Constructors with parameter type org.apache.log4j.Level

The root category names itself as "root".
The root logger names itself as "root".

Methods with parameter type org.apache.log4j.Level

void
Setting a null value to the level of the root category may have catastrophic results.
void
Setting a null value to the level of the root logger may have catastrophic results.
void
void
Set the repository-wide threshold.

Methods with return type org.apache.log4j.Level

Level
Return the assigned level value without walking the category hierarchy.
Level
Return the assigned level value without walking the logger hierarchy.
Level
Return the level of this event.
Level
Get the repository-wide threshold.

Uses in package org.apache.log4j

Fields of type org.apache.log4j.Level

Level
The ALL has the lowest possible rank and is intended to turn on all logging.
Level
The DEBUG Level designates fine-grained informational events that are most useful to debug an application.
Level
The ERROR level designates error events that might still allow the application to continue running.
Level
The FATAL level designates very severe error events that will presumably lead the application to abort.
Level
The INFO level designates informational messages that highlight the progress of the application at coarse-grained level.
Level
The OFF has the highest possible rank and is intended to turn off logging.
Level
The TRACE Level designates finer-grained informational events than the DEBUG
Level
The WARN level designates potentially harmful situations.
Level
The assigned level of this category.

Methods with parameter type org.apache.log4j.Level

void
Set the level of this Category.
void
Enable logging for logging requests with level l or higher.
Level
Level.toLevel(String sArg, Level defaultLevel)
Convert the string passed as argument to a level.
Level
Level.toLevel(int val, Level defaultLevel)
Convert an integer passed as argument to a level.

Methods with return type org.apache.log4j.Level

Level
Starting from this category, search the category hierarchy for a non-null level and return it.
Level
Returns the assigned Level, if any, for this Category.
Level
Level
Returns a Level representation of the enable state.
Level
Level.toLevel(String sArg)
Convert the string passed as argument to a level.
Level
Level.toLevel(String sArg, Level defaultLevel)
Convert the string passed as argument to a level.
Level
Level.toLevel(int val)
Convert an integer passed as argument to a level.
Level
Level.toLevel(int val, Level defaultLevel)
Convert an integer passed as argument to a level.

Copyright 2000-2005 Apache Software Foundation.