The table describes the format of the entries in the following loggers:
|
Column |
Associated Pattern (In the Log File) |
Description |
|---|---|---|
|
Time Stamp |
%d{yyyy-MM-dd hh:mm:ss,SSS z} : |
The time when the entry was logged. This entry uses the application server time zone. The format of logging this information is: yyyy-MM-dd hh:mm:ss,SSS z Here, SSS represents milliseconds. |
|
Thread ID |
[%t] : |
The ID of the thread that logged the entry. |
|
Log Level (or Severity) |
%-5p : |
The severity level of the logged entry. See Supported Severity Levels for more information. |
|
Logger Class |
%-5c{3}(%L) : |
The name of the logger that made the log request. |
|
Message |
%m%n : |
The message logged by the Server in the log file in the free-flowing format. Note: The granularity of the message depends on the Log Level that you set in the log file. |
Refer to the following URL for customizing the PatternLayout parameter in the UDS and Administration Console log files:
http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/PatternLayout.html
|
Copyright © 2013 CA.
All rights reserved.
|
|