org.iperg.part.log
Interface IpLogManager

All Known Implementing Classes:
IpFileLogManager, IpLatLogManager

public interface IpLogManager

The IpLogManager defines methods that must be implemented by log managers, i.e., managers that are able to log runtime events to for instance files.


Method Summary
 void log(java.lang.String message)
          Write a message to the log.
 

Method Detail

log

void log(java.lang.String message)
         throws java.io.IOException
Write a message to the log. The message that ends up on the log will have the following form:

TT:MM:SS - message

Parameters:
message - The message to write to the log
Throws:
java.io.IOException - If an IO exception occurs while writing the message