Jump to content

Logging Open Service Interface Definition

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by U2fanboi (talk | contribs) at 16:37, 28 October 2014 (See also). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The Logging Open Service Interface Definition (OSID) is an O.K.I. specification which supports a means of reading and writing log files. OSIDs are programmatic interfaces which comprise a Service Oriented Architecture for designing and building reusable and interoperable software.

Applications can use this service to record activity for a production system while implementations of other OSIDs can use the service to record detailed data during development, debugging, or analyzing performance.

Many Logging implementations are simply a cover for standard logging techniques such as syslog or log4j. The use of this OSID provides an easy way to replace the logging scheme or combine multiple schemes together into a federated pattern.

Logging OSID providers