uk.org.iscream.cms.server.core
Interface LoggerImpl

All Known Implementing Classes:
FileLogger, MultiLogger, ScreenLogger, SimpleGUILogger, SimpleSwingLogger

public interface LoggerImpl

The LoggerImpl is an interface which any implementation for the Logging system should implement. This ensures that it fits in with the LoggerServant which will be attached to the CORBA system.

Version:
$Id: LoggerImpl.java,v 1.9 2002/05/21 16:47:17 tdb Exp $
Author:
$Author: tdb $

Method Summary
 void write(String line, int verbosity)
          The write() method takes a line of text, pre-formatted and outputs it using a method defined by the actual implementation.
 

Method Detail

write

public void write(String line,
                  int verbosity)
The write() method takes a line of text, pre-formatted and outputs it using a method defined by the actual implementation. The verbosity is given in case the implementation wishes to utilise it in the layout - eg. a different colour or font.

Parameters:
line - A line of formatted text to be logged
verbosity - the verbosity of this message


Copyright © 2000-2003 i-scream. All Rights Reserved.