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.10 2004/08/01 10:40:54 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. |
write
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 loggedverbosity
- the verbosity of this message
Copyright © 2000-2003 i-scream. All Rights Reserved.