From DirectFBWiki
NOTE: This list is not yet complete
| Setting | Parameter | Description
|
| log-file
| filename
| Specify a file to receive direct log messages
|
| log-udp
| host:port
| Specify a host and port where direct log messages will be sent in UDP packets
|
| trace
| n/a
| Turn on direct lib tracing of function calls
|
| no-trace
| n/a
| Turn off direct lib tracing of function calls
|
| debug
| none
| Enable all debug output (except for domains disabled with no-debug)
|
| debug
| domain-name
| Enable debug output for a specific domain, or all domains beginning with domain-name.
|
| no-debug
| n/a
| Disable all debug output (except for domains enabled with debug)
|
| no-debug
| domain-name
| Disable debug output for a specific domain, or all domains beginning with domain-name.
|