Package org.codice.ddf.platform.logging
Class LogEvent
java.lang.Object
org.codice.ddf.platform.logging.LogEvent
Describes a log event in the system
-
Method Details
-
getTimestamp
public long getTimestamp() -
getLevel
public org.osgi.service.log.LogLevel getLevel()Returns the log level- Returns:
-
of this
invalid reference
LevelLogEvent
-
getMessage
Returns the Message of thisLogEvent- Returns:
- the message of this
LogEvent(can be null)
-
getBundleName
Returns the name of the bundle that created thisLogEvent- Returns:
- the name of the bundle that created this
LogEvent(can be null)
-
getBundleVersion
Returns the version of the bundle that created thisLogEvent- Returns:
- the version of the bundle that created this
LogEvent(can be null)
-
equals
-
hashCode
public int hashCode()
-