NonStop SOAP 4.1 User's Manual

The axutil_log_impl_log_error()Function
Synopsis:
AXIS2_EXTERN void axutil_log_impl_log_error
(axutil_log_t *log, const axis2_char_t *filename,
const int linenumber, const axis2_char_t *format,...)
Description:
This function logs the error 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_warning() Function
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,...)
Description:
This function logs the warning 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_info() Function
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,...)
Description:
This function logs information 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
is the line number where the message is generated.
Utilities 375