org.glassfish.paas.orchestrator.service.spi
Class ServiceLogRecord

java.lang.Object
  extended by java.util.logging.LogRecord
      extended by 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

Constructor Summary
ServiceLogRecord(Level level, String msg)
          
 
Method Summary
 String getApplicationName()
           
 void setApplicationName(String applicationName)
           
 
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
 

Constructor Detail

ServiceLogRecord

public ServiceLogRecord(Level level,
                        String msg)

Method Detail

getApplicationName

public String getApplicationName()

setApplicationName

public void setApplicationName(String applicationName)


Copyright © 2012. All Rights Reserved.