Package ecologylab.services.logging

Interface Ecology Lab Logging.

See:
          Description

Class Summary
Epilogue Request message about letting the server to write closing block for xml logs and close the log file.
Logging<T extends MixedInitiativeOp> Provides a framework for interaction logging.
LoggingClientManager Provides a special implementation of performService(), that open()'s an OutputStream as necessary to the appropriate directory for logging, based on the headers in the message, then logs the message to there with a minimum of translation.
LogOps Bundle a sequence of MixedInitiativeOps, and send them to the logging server.
LogRequestMessage Transport for getting log data to the server, without need for any additional translation.
LogueMessage Base class for SendPrologue and SendEpilogue.
MixedInitiativeOp A user operation, which can be serialized, logged, Undo/Redo'ed, played in history, and so on.
NIOLoggingServer A server that automatically records any incoming log data to a local file.
Prologue request message for the Logging server to open new log file and write the header.
SendEpilogue Allows the application to send application-specific content to the log, at the end of a session.
SendPrologue Allows the application to send application-specific content to the log, at the beginning of a session.
 

Package ecologylab.services.logging Description

Interface Ecology Lab Logging.