Uses of Class
cz.cuni.amis.pogamut.base.utils.logging.marks.LogEventMark

Packages that use LogEventMark
cz.cuni.amis.pogamut.base.utils.logging   
cz.cuni.amis.pogamut.base.utils.logging.marks   
 

Uses of LogEventMark in cz.cuni.amis.pogamut.base.utils.logging
 

Methods in cz.cuni.amis.pogamut.base.utils.logging that return LogEventMark
 LogEventMark LogCategory.addLogEvent(Level level, String text)
          Add new log event to the log, event won't end, until removed using LogCategory#removeLogEvent(java.lang.Object) .
 

Methods in cz.cuni.amis.pogamut.base.utils.logging with parameters of type LogEventMark
 void LogCategory.removeLogEvent(LogEventMark mark)
          Remove log event with undefined duration.
 

Uses of LogEventMark in cz.cuni.amis.pogamut.base.utils.logging.marks
 

Methods in cz.cuni.amis.pogamut.base.utils.logging.marks that return LogEventMark
static LogEventMark LogEventMark.createFixedLengthEvent(Level level, String text, long duration)
          Create log event that will last for some time.
static LogEventMark LogEventMark.createSingleLengthEvent(Level level, String text)
          Create single event.
static LogEventMark LogEventMark.createVariableLengthEvent(Level level, String text)
          Create log event that will last until notified it should stop.
 LogEventMark LogEventMark.getEndMark()
          Get ending mark for variable length event.
 



Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.