OsaLog provides an interface for logging
events into the SCOadmin event log.
Basic events are logged automatically by the SCOadmin framework depending
on which event types are selected by the
SCOadmin Event Log Manager.
Callers can provide additional log information as necessary. This interface
is typically used by object service agents (OSA).
OsaLogOpen
opens an I/O stream to the SCOadmin event file
for a particular object class
and a particular valid registered event type.
OsaLogClose
closes the I/O stream and flushes the event data.
OsaLog
logs a message for a specific object instance and event type.
Arguments
object
type of object for which log entries apply, e.g. the class name.
There is no strict format imposed on this string, but it should
reflect the full vendor/class name pair as used in
Object(TCL_ADM)
operations to be maximally useful. No error checking is applied to
the object name.