| Frames | No Frames |
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 | Log a event at specific priority with a certain message. |
| void | Log a event at specific priority with a certain message and throwable. |
| void | 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. |
Methods with parameter type org.apache.log.Priority | |
| String | Get formatted priority string. |
Constructors with parameter type org.apache.log.Priority | |
Creation of a new instance of the memory target. | |
Fields of type org.apache.log.Priority | |
| Priority | |
| Priority | |
Methods with parameter type org.apache.log.Priority | |
| LogLevel | Convert a LogKit Priority to a LogFactor LogLevel. |
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 | |