org.glassfish.paas.orchestrator.service.spi
Class ServiceLogRecord
java.lang.Object
java.util.logging.LogRecord
org.glassfish.paas.orchestrator.service.spi.ServiceLogRecord
- All Implemented Interfaces:
- Serializable
public class ServiceLogRecord
- extends LogRecord
Service log record is an extended log record containing
enough information about which application the log record belongs.
- Author:
- Bhavanishankar S
- See Also:
- Serialized Form
| Methods inherited from class java.util.logging.LogRecord |
getLevel, getLoggerName, getMessage, getMillis, getParameters, getResourceBundle, getResourceBundleName, getSequenceNumber, getSourceClassName, getSourceMethodName, getThreadID, getThrown, setLevel, setLoggerName, setMessage, setMillis, setParameters, setResourceBundle, setResourceBundleName, setSequenceNumber, setSourceClassName, setSourceMethodName, setThreadID, setThrown |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceLogRecord
public ServiceLogRecord(Level level,
String msg)
-
getApplicationName
public String getApplicationName()
setApplicationName
public void setApplicationName(String applicationName)
Copyright © 2012. All Rights Reserved.