Main Page   Reference Manual   Namespace List   Compound List   Namespace Members   Compound Members   File Members  

Predefined Debug Channels
[Controlling The Output Level (Debug Channels)]


Variables

channel_ct libcwd::channels::dc::debug
channel_ct libcwd::channels::dc::notice
channel_ct libcwd::channels::dc::system
channel_ct libcwd::channels::dc::malloc
channel_ct libcwd::channels::dc::warning
always_channel_ct libcwd::channels::dc::always
continued_channel_ct libcwd::channels::dc::continued
continued_channel_ct libcwd::channels::dc::finish
fatal_channel_ct libcwd::channels::dc::fatal
fatal_channel_ct libcwd::channels::dc::core
channel_ct libcwd::channels::dc::bfd

Detailed Description

These are the default debug channels pre-defined in libcwd.

Variable Documentation

always_channel_ct libcwd::channels::dc::always
 

A special channel that is always turned on.

This channel is always on; it can not be turned off.  It is not in the list of debug channels.  When used with a label it will print as many '>' characters as the size of the largest real channel.

channel_ct libcwd::channels::dc::bfd
 

The BFD channel.

continued_channel_ct libcwd::channels::dc::continued
 

A special channel to continue to write a previous debug channel.

See also:
Using continued_cf, dc::continued and dc::finish

fatal_channel_ct libcwd::channels::dc::core
 

The special COREDUMP channel.

See also:
DoutFatal

channel_ct libcwd::channels::dc::debug
 

The DEBUG channel.

fatal_channel_ct libcwd::channels::dc::fatal
 

The special FATAL channel.

See also:
DoutFatal

continued_channel_ct libcwd::channels::dc::finish
 

A special channel to finish writing continued debug output.

See also:
Using continued_cf, dc::continued and dc::finish

channel_ct libcwd::channels::dc::malloc
 

The MALLOC channel.

channel_ct libcwd::channels::dc::notice
 

The NOTICE channel.

channel_ct libcwd::channels::dc::system
 

The SYSTEM channel.

channel_ct libcwd::channels::dc::warning
 

The WARNING channel.

This is the only channel that is turned on by default.

Copyright © 2001 - 2004 Carlo Wood.  All rights reserved.