Class LogEntry
java.lang.Object
de.uplanet.lucy.server.monitor.log.LogEntry
- All Implemented Interfaces:
groovy.lang.GroovyObject
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe date format used for logging.static final charThe default field seperator.static final charThe escape character (\). -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongroovy.lang.MetaClassgetProperty(String p_strName) longgetTime()Get the log time of this statistics entrybooleanhasProperty(String p_strName) booleaninvokeMethod(String p_strName, Object p_args) voidsetMetaClass(groovy.lang.MetaClass p_metaClass) voidsetProperty(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:
getPropertyin interfacegroovy.lang.GroovyObject
-
setProperty
- Specified by:
setPropertyin interfacegroovy.lang.GroovyObject
-
invokeMethod
- Specified by:
invokeMethodin interfacegroovy.lang.GroovyObject
-
getMetaClass
public groovy.lang.MetaClass getMetaClass()- Specified by:
getMetaClassin interfacegroovy.lang.GroovyObject
-
setMetaClass
public void setMetaClass(groovy.lang.MetaClass p_metaClass) - Specified by:
setMetaClassin interfacegroovy.lang.GroovyObject
-
toString
-