tom.platform
Class PlatformLogRecord

java.lang.Object
  extended by java.util.logging.LogRecord
      extended by tom.platform.PlatformLogRecord
All Implemented Interfaces:
Serializable

public class PlatformLogRecord
extends LogRecord

See Also:
Serialized Form

Constructor Summary
PlatformLogRecord(Level level, PlatformMessage message, Object[] detail, String filePath, int line)
           
 
Method Summary
 String getFilePath()
           
 int getLine()
           
 PlatformMessage getPlatformMessage()
           
 
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

PlatformLogRecord

public PlatformLogRecord(Level level,
                         PlatformMessage message,
                         Object[] detail,
                         String filePath,
                         int line)
Method Detail

getLine

public int getLine()

getFilePath

public String getFilePath()

getPlatformMessage

public PlatformMessage getPlatformMessage()