error.h File Reference

#include <stdarg.h>

This graph shows which files directly or indirectly include this file:


Functions

void msg_vsend (char *module, int msgtag, const char *fmt, va_list ap)
 Send message to the master process and/or the screen.
void msg_send (char *module, int msgtag, const char *fmt,...)
 Send message to the master process and/or the screen.
void fatal (const char *fmt,...)
 Convenience function for reporting fatal errors. Will call exit() after sending/displaying error message.
void error (const char *fmt,...)
 Convenience function for reporting errors that will soon result in a fatal error and always need user's attention.
void notify (const char *fmt,...)
 Convenience function for reporting informative messages and warnings. Deprecated. Use info() instead.
void info (const char *fmt,...)
 Convenience function for reporting informative messages and warnings.
void debug (const char *fmt,...)
 Convenience function for reporting debug messages.

Variables

int verbosity
 Verbosity level.
char * curmodule
 Name of the part of the Tablix that is currently running. Appended to error messages.

Detailed Description


Function Documentation

void debug ( const char *  fmt,
  ... 
)

Convenience function for reporting debug messages.

Parameters:
fmt Format string.

void error ( const char *  fmt,
  ... 
)

Convenience function for reporting errors that will soon result in a fatal error and always need user's attention.

Parameters:
fmt Format string.

void fatal ( const char *  fmt,
  ... 
)

Convenience function for reporting fatal errors. Will call exit() after sending/displaying error message.

Parameters:
fmt Format string.

void info ( const char *  fmt,
  ... 
)

Convenience function for reporting informative messages and warnings.

Parameters:
fmt Format string.

void msg_send ( char *  module,
int  msgtag,
const char *  fmt,
  ... 
)

Send message to the master process and/or the screen.

Parameters:
module Module name that is appended to the message.
msgtag Message tag (priority of the message).
fmt Format string.
See also:
fatal() error() info() debug()

void msg_vsend ( char *  module,
int  msgtag,
const char *  fmt,
va_list  ap 
)

Send message to the master process and/or the screen.

Parameters:
module Module name that is appended to the message.
msgtag Message tag (priority of the message).
fmt Format string.
See also:
fatal() error() info() debug()

void notify ( const char *  fmt,
  ... 
)

Convenience function for reporting informative messages and warnings. Deprecated. Use info() instead.

Parameters:
fmt Format string.


Variable Documentation

int verbosity

Verbosity level.

Possible values:


Generated on Tue Jul 3 13:23:36 2007 for Tablix by  doxygen 1.5.2