Class LogEntry
java.lang.Object
de.uplanet.lucy.server.monitor.log.LogEntry
- All Implemented Interfaces:
groovy.lang.GroovyObject
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The date format used for logging.static final char
The default field seperator.static final char
The escape character (\
). -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongroovy.lang.MetaClass
getProperty
(String p_strName) long
getTime()
Get the log time of this statistics entryboolean
hasProperty
(String p_strName) boolean
invokeMethod
(String p_strName, Object p_args) void
setMetaClass
(groovy.lang.MetaClass p_metaClass) void
setProperty
(String p_strName, Object p_value) toString()
-
Field Details
-
DATE_FMT_STR
The date format used for logging.- See Also:
-
DELIMITER
public static final char DELIMITERThe default field seperator.- See Also:
-
ESCAPE
public static final char ESCAPEThe escape character (\
).- See Also:
-
-
Constructor Details
-
LogEntry
-
-
Method Details
-
getTime
public long getTime()Get the log time of this statistics entry- Returns:
- The log time in milliseconds since midnight, 1970-01-01 UTC.
-
hasValue
-
getValue
-
getAt
-
hasProperty
-
getProperty
- Specified by:
getProperty
in interfacegroovy.lang.GroovyObject
-
setProperty
- Specified by:
setProperty
in interfacegroovy.lang.GroovyObject
-
invokeMethod
- Specified by:
invokeMethod
in interfacegroovy.lang.GroovyObject
-
getMetaClass
public groovy.lang.MetaClass getMetaClass()- Specified by:
getMetaClass
in interfacegroovy.lang.GroovyObject
-
setMetaClass
public void setMetaClass(groovy.lang.MetaClass p_metaClass) - Specified by:
setMetaClass
in interfacegroovy.lang.GroovyObject
-
toString
-