NonStop SOAP 4.1 User's Manual

“The axutil_log_impl_log_debug()Function (page 116)
“The axutil_log_impl_log_trace()Function (page 116)
The axutil_log_impl_log_warning()Function
The axutil_log_impl_log_warning()function logs warning messages in the specified log
file.
Synopsis:
AXIS2_EXTERN void axutil_log_impl_log_warning
(axutil_log_t *log, const axis2_char_t *filename,
const int linenumber, const axis2_char_t *format,...)
The axutil_log_impl_log_info() Function
The axutil_log_impl_log_info() function logs information messages in the specified log
file.
Synopsis:
AXIS2_EXTERN void axutil_log_impl_log_info
(axutil_log_t *log, const axis2_char_t *filename, const int linenumber, const axis2_char_t
*format,...)
The axutil_log_impl_log_user()Function
The axutil_log_impl_log_user()function logs user-level debug messages in the specified
log file.
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,...)
The axutil_log_impl_log_debug()Function
The axutil_log_impl_log_debug()function logs the debug level logs. It logs all the information
in the specified log file.
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,...)
The axutil_log_impl_log_trace()Function
The axutil_log_impl_log_trace()function logs the trace level logs. It is enabled with the
compiler time option AXIS2_TRACE.
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,...)
Releasing the log structure
You can use the axutil_log_free AXIOM API call to release the log structure.
Synopsis:
AXIS2_EXTERN void axutil_log_free
(axutil_allocator_t *allocator,
struct axutil_log *log)
116 NonStop SOAP 4 Client APIs