From f4092abdf94af6a99aff944d6264bc1284e8bdd4 Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Mon, 10 Oct 2011 17:43:39 +0200 Subject: Imported nx-X11-3.1.0-1.tar.gz Summary: Imported nx-X11-3.1.0-1.tar.gz Keywords: Imported nx-X11-3.1.0-1.tar.gz into Git repository --- .../Xserver/hw/dmx/doc/html/dmxlog_8h.html | 616 +++++++++++++++++++++ 1 file changed, 616 insertions(+) create mode 100644 nx-X11/programs/Xserver/hw/dmx/doc/html/dmxlog_8h.html (limited to 'nx-X11/programs/Xserver/hw/dmx/doc/html/dmxlog_8h.html') diff --git a/nx-X11/programs/Xserver/hw/dmx/doc/html/dmxlog_8h.html b/nx-X11/programs/Xserver/hw/dmx/doc/html/dmxlog_8h.html new file mode 100644 index 000000000..6092d1339 --- /dev/null +++ b/nx-X11/programs/Xserver/hw/dmx/doc/html/dmxlog_8h.html @@ -0,0 +1,616 @@ + + + + + File Index + + + + +
Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals
+

dmxlog.h File Reference

+

+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)
+


Detailed Description

+This header is included by all files that need to use the DMX logging facilities.

Enumeration Type Documentation

+

+ + + + +
+ + +
enum dmxLogLevel +
+
+ + + + + +
+   + + +

+Logging levels -- output is tunable with dmxSetLogLevel.

Enumeration values:
+ + + + + + +
dmxDebug  +Usually verbose debugging info
dmxInfo  +Non-warning information
dmxWarning  +A warning that may indicate DMX will not function as the user intends.
dmxError  +A non-fatal error that probably indicates DMX will not function as desired.
dmxFatal  +A fatal error that will cause DMX to shut down.
+
+
+


Function Documentation

+

+ + + + +
+ + + + + + + + + + +
const char* dmxEventName int  type  ) 
+
+ + + + + +
+   + + +

+Translate an event type into a human-readable string.

+

+ + + + +
+ + + + + + + + + + +
dmxLogLevel dmxGetLogLevel void   ) 
+
+ + + + + +
+   + + +

+Returns the log level set by dmxLogLevel.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
void dmxLog dmxLogLevel  logLevel,
const char *  format,
... 
+
+ + + + + +
+   + + +

+Log the specified message at the specified logLevel. format can be a printf-like format expression.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
void dmxLogArgs dmxLogLevel  logLevel,
int  argc,
char **  argv
+
+ + + + + +
+   + + +

+Print argc messages, each describing an element in argv. This is maingly for debugging purposes.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
void dmxLogCont dmxLogLevel  logLevel,
const char *  format,
... 
+
+ + + + + +
+   + + +

+Continue a log message without printing the message prefix.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
void dmxLogInput DMXInputInfo dmxInput,
const char *  format,
... 
+
+ + + + + +
+   + + +

+Log an informational message (at level dmxInfo) related to input. The message prefix will contain information from dmxInput.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
void dmxLogInputCont DMXInputInfo dmxInput,
const char *  format,
... 
+
+ + + + + +
+   + + +

+Continue a message related to input without printing the message prefix.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
void dmxLogOutput DMXScreenInfo dmxScreen,
const char *  format,
... 
+
+ + + + + +
+   + + +

+Log an informational message (at level dmxInfo) related to ouput. The message prefix will contain backend information from dmxScreen.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
void dmxLogOutputCont DMXScreenInfo dmxScreen,
const char *  format,
... 
+
+ + + + + +
+   + + +

+Continue a message related to output without printing the message prefix.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
void dmxLogOutputWarning DMXScreenInfo dmxScreen,
const char *  format,
... 
+
+ + + + + +
+   + + +

+Log a warning message (at level dmxWarning) related to output. The message prefix will contain backend information from dmxScreen.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
void dmxLogVisual DMXScreenInfo dmxScreen,
XVisualInfo *  vi,
int  defaultVisual
+
+ + + + + +
+   + + +

+Print messages at level dmxInfo describing the visuals in vi.

+

+ + + + +
+ + + + + + + + + + +
dmxLogLevel dmxSetLogLevel dmxLogLevel  newLevel  ) 
+
+ + + + + +
+   + + +

+Set the default level for logging to dmxLogLevel. Returns the previous log level.

+

+ + + + +
+ + + + + + + + + + +
const char* dmxXInputEventName int  type  ) 
+
+ + + + + +
+   + + +

+Translate a (normalized) XInput event type into a human-readable string.

+


+
+ + Generated June 29, 2004 for Distributed Multihead X by + doxygen + 1.3.4. + + + + + -- cgit v1.2.3