Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
Threads Module Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

RWTraceManager

Module:  Threads   Package:  Execution Tracing


RWTraceManager RWTraceSingleClientFilter RWTraceEventFilter...... RWTraceEventClient

Local Index

Members

Header File

#include <rw/trace/RWTraceManager.h>

Description

RWTraceManager is the handle for the singleton trace event manager implementation, which accepts and forwards trace information to the connected client.

An exception is thrown if one attempts to add a client when there is one present already.

If there is no client connected, the manager buffers events. The maximum number of buffered events defaults to 100. If the maximum number of buffered events is reached, the oldest event is removed from the buffer to make room for the newest one.

The environment variable RW_TRACE_BUFFER_SIZE can be used to specify the buffer's size. Once a client is connected, the manager immediately forwards all buffered trace events, and buffering ceases. Buffering resumes when the client is disconnected.

The environment variable RW_TRACE_LEVEL can be used to specify the minimum severity level for event generation. The default severity level is INFO. The environment variable can be set to one of the following: FATAL, ERROR, WARNING, INFO, TEST, DEBUG, ENTRY, NONE.

The singleton trace event manager implementation is reference-counted, to ensure that it will not be destroyed while a client is still connected to it.

Static Member Functions

static void 
disconnectClient();
static RWTraceManager 
instance();

Public Constructors

RWTraceManager(RWStaticCtor);
RWTraceManager(const RWTraceManager& second);
RWTraceManager();

Public Destructor

~RWTraceManager();

Public Member Functions

RWTraceEventSeverity 
getTraceLevel() const;
void 
setTraceLevel(const RWTraceEventSeverity level);

See Also

RWTraceManagerImp



Previous fileTop of DocumentContentsIndex pageNext file

© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.