Uses of Class
com.sodius.mdw.core.util.log.LogRecorder.Record

Packages that use LogRecorder.Record
com.sodius.mdw.core.util.log Defines the logging framework, which enables to report errors and warnings, as well as debugging information. 
 

Uses of LogRecorder.Record in com.sodius.mdw.core.util.log
 

Methods in com.sodius.mdw.core.util.log that return types with arguments of type LogRecorder.Record
 List<LogRecorder.Record> LogRecorder.getRecords()
          Return the list of recorded logged information.
 

Methods in com.sodius.mdw.core.util.log with parameters of type LogRecorder.Record
protected  void LogRecorder.recorded(LogRecorder.Record record)
          Called when a record is created.