Uses of Class
com.sodius.mdw.core.util.log.AbstractLogger

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

Uses of AbstractLogger in com.sodius.mdw.core.util.log
 

Subclasses of AbstractLogger in com.sodius.mdw.core.util.log
 class FileLogger
          Outputs log information into a file.
 class LogRecorder
          Creates records of logged information.
 class SystemStreamLogger
          Logger implementation which outputs log messages to System.out and System.err streams.