Klasse LogEntry
java.lang.Object
de.uplanet.lucy.server.monitor.log.LogEntry
- Alle implementierten Schnittstellen:
groovy.lang.GroovyObject
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final StringThe date format used for logging.static final charThe default field seperator.static final charThe escape character (\). -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggroovy.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()
-
Felddetails
-
DATE_FMT_STR
The date format used for logging.- Siehe auch:
-
DELIMITER
public static final char DELIMITERThe default field seperator.- Siehe auch:
-
ESCAPE
public static final char ESCAPEThe escape character (\).- Siehe auch:
-
-
Konstruktordetails
-
LogEntry
-
-
Methodendetails
-
getTime
public long getTime()Get the log time of this statistics entry- Gibt zurück:
- The log time in milliseconds since midnight, 1970-01-01 UTC.
-
hasValue
-
getValue
-
getAt
-
hasProperty
-
getProperty
- Angegeben von:
getPropertyin Schnittstellegroovy.lang.GroovyObject
-
setProperty
- Angegeben von:
setPropertyin Schnittstellegroovy.lang.GroovyObject
-
invokeMethod
- Angegeben von:
invokeMethodin Schnittstellegroovy.lang.GroovyObject
-
getMetaClass
public groovy.lang.MetaClass getMetaClass()- Angegeben von:
getMetaClassin Schnittstellegroovy.lang.GroovyObject
-
setMetaClass
public void setMetaClass(groovy.lang.MetaClass p_metaClass) - Angegeben von:
setMetaClassin Schnittstellegroovy.lang.GroovyObject
-
toString
-