NonStop SOAP 4.1 User's Manual
format
is the string format of the message
The axutil_log_impl_log_user()Function
Synopsis:
AXIS2_EXTERN void axutil_log_impl_log_user
(axutil_log_t *log, const axis2_char_t *filename,
const int linenumber, const axis2_char_t *format,...)
Description:
This function logs user-level debug messages in the specified log file.
Parameters:
log
is a pointer to the log structure.
filename
is the name of the file in which logs are recorded.
linenumber
specifies the line number where the message is generated.
format
is the string format of the message
The axutil_log_impl_log_debug()Function
Synopsis:
AXIS2_EXTERN void axutil_log_impl_log_debug
(axutil_log_t *log, const axis2_char_t *filename,
const int linenumber, const axis2_char_t *format,...)
Description:
This function logs the debug level logs. It logs all the information in the specified log file.
Parameters:
log
is a pointer to the log structure.
filename
is the name of the file in which logs are recorded.
linenumber
specifies the line number where the message is generated.
format
is the string format of the message
The axutil_log_impl_log_trace()Function
Synopsis:
AXIS2_EXTERN void axutil_log_impl_log_trace
(axutil_log_t *log, const axis2_char_t *filename,
const int linenumber, const axis2_char_t *format,...)
Description:
This function logs the trace level logs. It is enabled with the compiler time option AXIS2_TRACE.
Parameters:
log
is a pointer to the log structure.
filename
is the name of the file in which logs are recorded.
376 NonStop SOAP 4 APIs










