Go to the source code of this file.
Enumerations | |
| enum | dmxLogLevel {  dmxDebug, dmxInfo, dmxWarning, dmxError, dmxFatal }  | 
Functions | |
| dmxLogLevel | dmxSetLogLevel (dmxLogLevel newLevel) | 
| dmxLogLevel | dmxGetLogLevel (void) | 
| void | dmxLog (dmxLogLevel logLevel, const char *format,...) | 
| void | dmxLogCont (dmxLogLevel logLevel, const char *format,...) | 
| const char * | dmxEventName (int type) | 
| void | dmxLogOutput (DMXScreenInfo *dmxScreen, const char *format,...) | 
| void | dmxLogOutputCont (DMXScreenInfo *dmxScreen, const char *format,...) | 
| void | dmxLogOutputWarning (DMXScreenInfo *dmxScreen, const char *format,...) | 
| void | dmxLogInput (DMXInputInfo *dmxInput, const char *format,...) | 
| void | dmxLogInputCont (DMXInputInfo *dmxInput, const char *format,...) | 
| void | dmxLogArgs (dmxLogLevel logLevel, int argc, char **argv) | 
| void | dmxLogVisual (DMXScreenInfo *dmxScreen, XVisualInfo *vi, int defaultVisual) | 
| const char * | dmxXInputEventName (int type) | 
      
  | 
  
| 
 Logging levels -- output is tunable with dmxSetLogLevel. 
  | 
  
      
  | 
  
| 
 Translate an event type into a human-readable string.  | 
  
      
  | 
  
| 
 Returns the log level set by dmxLogLevel.  | 
  
      
  | 
  ||||||||||||||||
| 
 Log the specified message at the specified logLevel. format can be a printf-like format expression.  | 
  
      
  | 
  ||||||||||||||||
| 
 Print argc messages, each describing an element in argv. This is maingly for debugging purposes.  | 
  
      
  | 
  ||||||||||||||||
| 
 Continue a log message without printing the message prefix.  | 
  
      
  | 
  ||||||||||||||||
| 
 Log an informational message (at level dmxInfo) related to input. The message prefix will contain information from dmxInput.  | 
  
      
  | 
  ||||||||||||||||
| 
 Continue a message related to input without printing the message prefix.  | 
  
      
  | 
  ||||||||||||||||
| 
 Log an informational message (at level dmxInfo) related to ouput. The message prefix will contain backend information from dmxScreen.  | 
  
      
  | 
  ||||||||||||||||
| 
 Continue a message related to output without printing the message prefix.  | 
  
      
  | 
  ||||||||||||||||
| 
 Log a warning message (at level dmxWarning) related to output. The message prefix will contain backend information from dmxScreen.  | 
  
      
  | 
  ||||||||||||||||
| 
 Print messages at level dmxInfo describing the visuals in vi.  | 
  
      
  | 
  
| 
 Set the default level for logging to dmxLogLevel. Returns the previous log level.  | 
  
      
  | 
  
| 
 Translate a (normalized) XInput event type into a human-readable string.  |