org.almendra.commons.util.logging
Interface ILogPrinter

All Known Implementing Classes:
Logger, Logger, NullLogger, SystemLogPrinter

public interface ILogPrinter

Defines an interface for any kind of object that is able to print log messages to any kind of output devide. This interface has been defined so that different log printer objects can be plugged in as required logging the log messages to various devices (console, files, windows, etc.).

Author:
Oliver Plohmann

Method Summary
 void log(java.lang.String msg)
          Write the log string msg to the output device.
 

Method Detail

log

void log(java.lang.String msg)
Write the log string msg to the output device.

Parameters:
msg -