Skip to main content

Product: OpenFusion Log Service

Version: ALL

 

Description:

What are the types of Log that can be created?

 

Resolution:

Suppliers deliver log records to interested consumers. A log will store received log messages before sending them to all connected consumers.

There are five different log types.

Basic Log - Used by clients which are unaware of events. The client needs to interact directly with the persistent log record storage to obtain the information from the log. A basic log supports operations for setting and getting log attributes as well as writing, querying and deleting log records.

Event Log - This includes all the functionality of the Basic Log but also enables clients to create log records by sending events. Log records are put in the persistent store prior to being forwarded to clients.

Typed Notification Log -This has the same functionality as the Notification log but allows sending of user defined events.

Notification Log - The Notification Log includes all the functionality of the Event Log. It has a number of additional features including support for an elaborate QoS framework, support for event filtering and the sharing of offered and subscribed event types.

Typed Notification Log - This has the same functionality as the Notification Log but allows sending of user defined events.


#KnowledgeDocs
#OpenFusion