tom.platform
Class PlatformLogRecord
java.lang.Object
java.util.logging.LogRecord
tom.platform.PlatformLogRecord
- All Implemented Interfaces:
- Serializable
public class PlatformLogRecord
- extends LogRecord
- 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 |
PlatformLogRecord
public PlatformLogRecord(Level level,
PlatformMessage message,
Object[] detail,
String filePath,
int line)
getLine
public int getLine()
getFilePath
public String getFilePath()
getPlatformMessage
public PlatformMessage getPlatformMessage()