Package net.larsan.norna.service.log

Norna log package.

See:
          Description

Interface Summary
Filter Filter a log record before its recording.
FilterChain A filter chain represents a chain of filters responsible for formatting and handling a log record before it gets recorded.
LogHandle The log handle is what the Norna framework publishes as log service to it's members.
Record A log record for the log service.
 

Class Summary
Level A log record level.
LogPermission The log permission is a simple permission used to grant access to the add- and remove filter methods on the log handle and to use the log at all.
Type Log record type.
 

Exception Summary
LogException A log exception is a nested exception used by the log package to signal an error some where in the log chain.
 

Package net.larsan.norna.service.log Description

Norna log package. This package contains a set of interfaces which defines log filters, records and types for the framework.