00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017 #ifndef AXIS2_LOG_DEFAULT_H
00018 #define AXIS2_LOG_DEFAULT_H
00019
00020 #include <stdlib.h>
00021 #include <stdarg.h>
00022 #include <axis2_log.h>
00023 #include <axis2_allocator.h>
00024
00025
00026 #ifdef __cplusplus
00027 extern "C"
00028 {
00029 #endif
00030
00031
00038 #define AXIS2_LEN_VALUE 6000
00039
00040
00046 AXIS2_EXTERN axis2_log_t * AXIS2_CALL axis2_log_create (axis2_allocator_t * allocator,
00047 axis2_log_ops_t * ops, const axis2_char_t * stream_name);
00048 AXIS2_EXTERN axis2_char_t *AXIS2_CALL axis2_log_impl_get_time_str(void);
00049
00052 #ifdef __cplusplus
00053 }
00054 #endif
00055
00056 #endif