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 |
These are the default debug channels pre-defined in libcwd.
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.
Referenced by libcwd::list_channels_on().
channel_ct libcwd::channels::dc::bfd |
The BFD channel.
Referenced by libcwd::list_channels_on().
continued_channel_ct libcwd::channels::dc::continued |
A special channel to continue to write a previous debug channel.
fatal_channel_ct libcwd::channels::dc::core |
The special COREDUMP channel.
Referenced by libcwd::make_invisible(), libcwd::move_outside(), libcwd::channel_ct::on(), libcwd::debug_ct::pop_margin(), libcwd::debug_ct::pop_marker(), libcwd::debug_ct::set_ostream(), and libcwd::marker_ct::~marker_ct().
channel_ct libcwd::channels::dc::debug |
The DEBUG channel.
fatal_channel_ct libcwd::channels::dc::fatal |
The special FATAL channel.
continued_channel_ct libcwd::channels::dc::finish |
A special channel to finish writing continued debug output.
channel_ct libcwd::channels::dc::malloc |
The MALLOC channel.
Referenced by libcwd::list_channels_on(), libcwd::debug_ct::push_margin(), and libcwd::debug_ct::push_marker().
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.
Referenced by libcwd::move_outside(), libcwd::debug_ct::set_ostream(), and libcwd::marker_ct::~marker_ct().