Log4j 1.2.13 | |
Frames | No Frames |
Constructors with parameter type org.apache.log4j.Priority | |
LoggingEvent.LoggingEvent(String fqnOfCategoryClass, Category logger, long timeStamp, Priority level, Object message, Throwable throwable) Instantiate a LoggingEvent from the supplied parameters. | |
LoggingEvent.LoggingEvent(String fqnOfCategoryClass, Category logger, Priority level, Object message, Throwable throwable) Instantiate a LoggingEvent from the supplied parameters. |
Fields of type org.apache.log4j.Priority | |
Priority | Level of logging event. |
Classes derived from org.apache.log4j.Priority | |
class | Defines the minimum set of levels recognized by the system, that is
OFF , FATAL , ERROR ,
WARN , INFO DEBUG and
ALL . |
Fields of type org.apache.log4j.Priority | |
Priority | |
Priority | |
Priority | |
Priority | |
Priority | |
Priority | There is no level threshold filtering by default. |
Methods with parameter type org.apache.log4j.Priority | |
void | This method creates a new logging event and logs the event
without further checks. |
boolean | Check whether the message level is below the appender's
threshold. |
boolean | Check whether this category is enabled for a given Level passed as parameter. |
boolean | Returns true if this level has a higher or equal
level than the level passed as argument, false
otherwise. |
void | Log a localized and parameterized message. |
void | Log a localized message. |
void | This is the most generic printing method. |
void | This generic form is intended to be used by wrappers. |
void | This generic form is intended to be used by wrappers. |
void | Set the level of this Category. |
void | Set the threshold level. |
Priority | |
Priority |
Methods with return type org.apache.log4j.Priority | |
Priority[] | Return all possible priorities as an array of Level objects in
descending order. |
Priority | |
Priority | Returns this appenders threshold level. |
Priority | Priority.toPriority(String sArg) |
Priority | |
Priority | Priority.toPriority(int val) |
Priority |