Main Page   Class Hierarchy   Compound List   File List   Compound Members  

AxisTrace Class Reference

This is class is used to log messages when AXISTRACE is defined. More...

#include <AxisTrace.h>

List of all members.

Public Methods

 AxisTrace ()
virtual ~AxisTrace ()
int logaxis (const char *sLog, int level, char *arg2, int arg3)
int logaxis (const char *sLog1, const char *sLog2, int level, char *arg3, int arg4)
int trace (const char *pchLog)
int GetConfPath ()


Detailed Description

This is class is used to log messages when AXISTRACE is defined.

Author:
Damitha Kumarage (damitha@opensource.lk, damitha@jkcsworld.com)


Member Function Documentation

int AxisTrace::logaxis const char *    sLog1,
const char *    sLog2,
int    level,
char *    arg3,
int    arg4
 

Logs messages according to their severity level.

Parameters:
sLog1  log message1
sLog2  log message2
level  severity level of the message
arg2  file name
arg3  line number

int AxisTrace::logaxis const char *    sLog,
int    level,
char *    arg2,
int    arg3
 

Logs messages according to their severity level.

Parameters:
sLog  log message
level  severity level of the message
arg2  file name
arg3  line number

int AxisTrace::trace const char *    pchLog
 

Writes the given string to the standard console.

Parameters:
pchLog  The given string which will be printed to the standard console.
Returns:
The status which indicates whether the operation is success (AXIS_SUCCESS) or not (AXIS_FAIL).


The documentation for this class was generated from the following files:
Generated on Mon Dec 1 15:18:37 2003 for axisc++ by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002