OpenVXI

Readme
SpeechWorks Public License
Release Notes
Build and Install Instructions

Configuration and Run Instructions
Architecture Description

Copyright (c) 1998-2001 SpeechWorks International, Inc. All Rights Reserved.


 

OSBlog

OSBlog implementation for logging errors, diagnostic logging, and event logging.
o OSBlog Interface
OSBlog extension interface to the VXIlog interface.
o OSBlogInit
Global platform initialization of OSBlog
o OSBlogShutDown
Global platform shutdown of Log
o OSBlogCreateResource
Create a new log service handle
o OSBlogDestroyResource
Destroy the interface and free internal resources
OSBlog is an implementation of the VXIlog interface for logging. The OSBlogInterface extends the VXIlogInterface to support enabling/disabling messages on an individual tag basis without requiring a recompile for use by consumers of the diagnostic log. Diagnostic( ) is highly efficient for cases when the tag is disabled: in other words, the lookup for seeing if a tag (an integer) is enabled should be done using a simple array or some other extremely low-overhead mechanism. OSBlog provides a way to enable/disable tags on-the-fly (without needing to restart the software).

Across all streams, OSBlog is responsible for automatically supplying the following information for end consumer use:

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.