Sonic Management API

Logger Notifications


Component: Logger (classname=com.sonicsw.mf.framework.logger.LoggerComponent, version=2.0)

This documentation describes the notifications that are exposed by a Logger component running within the Sonic Management environment.

A general description of notifications is provided in the overview.

See Also:
Logger Metrics, Logger Operations/Attributes

Notifications Summary
system.state.Online
         Component start complete.
system.state.Offline
         Component stop complete.

Notifications Detail

system.state.Online

Component start complete.
Severity:
Level.INFO
Attributes:
LastError -  All state notifications carry the description of the last (uncleared) error that occurred on this component.
LastErrorLevel -  All state notifications carry the severity level of the last (uncleared) error that occurred on this component. Severity levels are integers whose values map to constants defined in the java class Level.
See Also:
system.state.Offline

system.state.Offline

Component stop complete.
Severity:
Level.INFO
Attributes:
LastError -  All state notifications carry the description of the last (uncleared) error that occurred on this component.
LastErrorLevel -  All state notifications carry the severity level of the last (uncleared) error that occurred on this component. Severity levels are integers whose values map to constants defined in the java class Level.
See Also:
system.state.Online

Sonic Management API

Copyright © 2002-2008 Progress Software Corporation. All Rights Reserved.