| Wine Documentation | ||
|---|---|---|
| <<< Previous | Debug Logging | Next >>> |
To better manage the large volume of debugging messages that Wine can generate, we divide them also on a component basis. Each component is assigned a debugging channel. The identifier of the channel must be a valid C identifier but note that it may also be a reserved word like int or static.
Examples of debugging channels: reg, updown, string
We will refer to a generic channel as xxx.
| <<< Previous | Home | Next >>> |
| Debug Logging | Up | How to use it |