| Log4j 1.2.13 | |
| Frames | No Frames |
Methods with parameter type org.apache.log4j.Level | |
| Level | Converts a standard or custom priority level to a Level
object. |
Methods with return type org.apache.log4j.Level | |
| Level | Converts a standard or custom priority level to a Level
object. |
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 | Convert the string passed as argument to a level. |
| Level | 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 | Convert the string passed as argument to a level. |
| Level | Convert the string passed as argument to a level. |
| Level | Convert an integer passed as argument to a level. |
| Level | Convert an integer passed as argument to a level. |
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. |
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. |