computational
Class SilentLogManager

java.lang.Object
  extended by computational.LogManager
      extended by computational.SilentLogManager

public class SilentLogManager
extends LogManager

Version:
1.0
Author:
Massimo Bartoletti

Field Summary
 
Fields inherited from class computational.LogManager
datingEnabled, loggingEnabled
 
Constructor Summary
SilentLogManager()
          Constucts a new logging manager which performs no output.
 
Method Summary
 void log(java.lang.Object msg)
          Logs the specified object on the predefined output stream.
 
Methods inherited from class computational.LogManager
disableDating, disableLogging, enableDating, enableLogging
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SilentLogManager

public SilentLogManager()
Constucts a new logging manager which performs no output.

Method Detail

log

public void log(java.lang.Object msg)
Description copied from class: LogManager
Logs the specified object on the predefined output stream. This method is thread-safe, i.e. objects logged by concurrent threads do not overlap.

Specified by:
log in class LogManager
Parameters:
msg - the object to be logged.