org.das2.util.LoggerManager.TimeTaggingLogger

Logger keeps track of the last record timetag.


lastTime


getLastTime

getLastTime( ) → long

return the timestamp of the last log message.

Returns:

a long

[search for examples] [view on GitHub] [view on old javadoc] [view source]


log

log( java.util.logging.Level level, String msg ) → void

Parameters

level - a Level
msg - a String

Returns:

void (returns nothing)

[search for examples] [view on GitHub] [view on old javadoc] [view source]

log( java.util.logging.Level level, String msg, Object param1 ) → void
log( java.util.logging.LogRecord record ) → void

toString

toString( ) → String

Returns:

java.lang.String

[search for examples] [view on GitHub] [view on old javadoc] [view source]