Framework Professional Edition Package


Package com.prosyst.mbs.services.log

This package enriches the Log Bundle's functionality by adding two additional interfaces - LogFilter and RemoteLogReader.

See:
          Description

Interface Summary
LogFilter This interface provides utility methods for getting the LogEntries from the LogService.
RemoteLogReader The interface is used for getting information for the log entries via PMP, kept by the LogService.
 

Package com.prosyst.mbs.services.log Description

This package enriches the Log Bundle's functionality by adding two additional interfaces - LogFilter and RemoteLogReader.

The LogFilter interface provides utility methods for getting the log entries from the LogService. All log entries that have been logged by a specified bundle can be taken by simply passing the bundle's id. This saves a lot of time, as it is not necessary to get all logs using the LogReaderService, and to go through all of them to get only those which correspond to the target bundle id. The other utility method of this interface allows getting the log entries logged in a specified period of time.

The RemoteLogReader Service provides remote access to the log entries and log files.


Framework Professional Edition Package


Copyright © 1999-2007 ProSyst Software GmbH. All Rights Reserved