gov.nasa.pds.harvest.logging
Class ToolsLogRecord
java.lang.Object
java.util.logging.LogRecord
gov.nasa.pds.harvest.logging.ToolsLogRecord
- All Implemented Interfaces:
- Serializable
public class ToolsLogRecord
- 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 |
ToolsLogRecord
public ToolsLogRecord(Level level,
String message)
ToolsLogRecord
public ToolsLogRecord(Level level,
File filename)
ToolsLogRecord
public ToolsLogRecord(Level level,
String message,
String filename)
ToolsLogRecord
public ToolsLogRecord(Level level,
String message,
File filename)
ToolsLogRecord
public ToolsLogRecord(Level level,
String message,
String filename,
int line)
getFilename
public String getFilename()
getLine
public int getLine()
Copyright © 2010-2011 Planetary Data System. All Rights Reserved.