com.edustructures.sifworks.log
Interface ServerLogModule

All Known Implementing Classes:
DefaultServerLogModule

public interface ServerLogModule

Interface of a ServerLog module to which log information will be posted whenever any of the logging methods of the ServerLog class are called.


Method Summary
 java.lang.String getID()
          Gets the ID of this logger
 void log(Zone zone, SIF_LogEntry data)
          Post information encapsulated by a SIF SIF_LogEntry object to the server log.
 void log(Zone zone, java.lang.String message)
          Post a string message to the server log.
 

Method Detail

getID

java.lang.String getID()
Gets the ID of this logger

Returns:
The ID of this ServerLogModule instance

log

void log(Zone zone,
         java.lang.String message)
Post a string message to the server log.

Parameters:
zone - The zone on the server to post the message to
message - The message text

log

void log(Zone zone,
         SIF_LogEntry data)
Post information encapsulated by a SIF SIF_LogEntry object to the server log.

Parameters:
zone - The zone on the server to post the message to
data - The SIF_LogEntry object


Copyright © 2001-2007 Edustructures LLC. All Rights Reserved. SIFWorks® and ADK® are registered trademarks of Edustructures LLC. SIF™ and Schools Interoperability Framework are trademarks of the Schools Interoperability Framework Association.