org.das2.util.LoggerManager.TimeTaggingLogger

Logger keeps track of the last record timetag.


getLastLoggedTime

getLastLoggedTime( ) → long

return the timestamp of the last log message that was loggable.

Returns:

the timestamp of the last log message that was loggable.

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


getLastTime

getLastTime( ) → long

return the timestamp of the last log message.

Returns:

the timestamp of the last log message.

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


log

log( java.util.logging.LogRecord record ) → void

Parameters

record - a LogRecord

Returns:

void (returns nothing)

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


toString

toString( ) → String

Returns:

java.lang.String

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