com.sun.portal.log.common |
|
Java Source File Name | Type | Comment |
EnhancedProperties.java | Class | |
LoggerDetails.java | Class | |
LoggersList.java | Class | |
PortalLogDebug.java | Class | This file is used to log any statements from within the logging module to System.out only if the
System property com.sun.portal.log.debug=true. |
PortalLogErrorManager.java | Class | This class is attached to the FileHandler to process
any error that occur on a Handler during Logging. |
PortalLogFormatter.java | Class | PortalLogFormatter conforms to the logging format defined by the
Log Working Group in Java Webservices Org.
The specified format is
"[#|DATETIME|LOG_LEVEL|PRODUCT_ID|LOGGER NAME|OPTIONAL KEY VALUE PAIRS|MESSAGE|#]\n"
Message also includes the stacktrace only if it is set on the PortalLogFormatter.
By default it is not displayed. |
PortalLogger.java | Class | Use this API to get the portal specific logger. |
PortalLoggerDetail.java | Class | This class holds detail related to the Logger. |
PortalLogManager.java | Class | This is class is responsible for the configuration. |
SimplePortalLogFormatter.java | Class | Print a brief summary of the LogRecord in a human readable
format. |