Uses of Class org.apache.log.Priority

Uses in package org.apache.log.output

Constructors with parameter type org.apache.log.Priority

MemoryTarget.MemoryTarget(LogTarget target, int size, Priority threshold)
Creation of a new instance of the memory target.
PriorityFilteringTarget.PriorityFilteringTarget(Priority priority, boolean closeWrappedTarget)

Fields of type org.apache.log.Priority

Priority
Priority

Uses in package org.apache.log

Fields of type org.apache.log.Priority

Priority
Developer orientated messages, usually used during development of product.
Priority
A problem has occurred but it is not fatal.
Priority
Something caused whole system to fail.
Priority
Useful information messages such as state changes, client connection, user login etc.
Priority
Do not log anything.
Priority
A problem or conflict has occurred but it may be recoverable, then again it could be the start of the system failing.
Priority
Priority

Methods with parameter type org.apache.log.Priority

boolean
Test whether this priority is greater than other priority.
boolean
Test whether this priority is lower than other priority.
boolean
Test whether this priority is lower or equal to other priority.
boolean
Determine if messages of priority ???will be logged.
void
Logger.log(Priority priority, String message)
Log a event at specific priority with a certain message.
void
Logger.log(Priority priority, String message, Throwable throwable)
Log a event at specific priority with a certain message and throwable.
void
Logger.output(Priority priority, String message, Throwable throwable)
Internal method to do actual outputting.
void
Set the default priority for hierarchy.
void
Set the priority of LogEvent.
void
Set the priority for this logger.

Methods with return type org.apache.log.Priority

Priority
Get Priority for LogEvent.
Priority
Priority.getPriorityForName(String priority)
Retrieve a Priority object for the name parameter.

Uses in package org.apache.log.format

Methods with parameter type org.apache.log.Priority

String
PatternFormatter.getPriority(Priority priority, String format)
Get formatted priority string.

Uses in package org.apache.log.output.lf5

Methods with parameter type org.apache.log.Priority

LogLevel
Convert a LogKit Priority to a LogFactor LogLevel.

Uses in package org.apache.log.util

Constructors with parameter type org.apache.log.Priority

Construct OutputStreamLogger to write to a particular logger at a particular priority.

Fields of type org.apache.log.Priority

Priority