gov.nasa.pds.harvest.pdap.logging
Class ToolsLogRecord

java.lang.Object
  extended by java.util.logging.LogRecord
      extended by gov.nasa.pds.harvest.pdap.logging.ToolsLogRecord
All Implemented Interfaces:
Serializable

public class ToolsLogRecord
extends LogRecord

See Also:
Serialized Form

Constructor Summary
ToolsLogRecord(Level level, String message)
           
ToolsLogRecord(Level level, String message, String identifier)
           
ToolsLogRecord(Level level, String message, String identifier, int line)
           
 
Method Summary
 String getIdentifier()
           
 int getLine()
           
 
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

ToolsLogRecord

public ToolsLogRecord(Level level,
                      String message)

ToolsLogRecord

public ToolsLogRecord(Level level,
                      String message,
                      String identifier)

ToolsLogRecord

public ToolsLogRecord(Level level,
                      String message,
                      String identifier,
                      int line)
Method Detail

getIdentifier

public String getIdentifier()

getLine

public int getLine()


Copyright © 2010-2013 Planetary Data System. All Rights Reserved.