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 |
|
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. |
|
The BFD channel. |
|
A special channel to continue to write a previous debug channel.
|
|
The special COREDUMP channel.
|
|
The DEBUG channel. |
|
The special FATAL channel.
|
|
A special channel to finish writing continued debug output.
|
|
The MALLOC channel. |
|
The NOTICE channel. |
|
The SYSTEM channel. |
|
The WARNING channel. This is the only channel that is turned on by default. |