#include <axis2_allocator.h>
#include <axis2_error.h>
#include <axis2_stream.h>
#include <axis2_log.h>
Go to the source code of this file.
Defines | |
#define | AXIS2_LOG(env, message) axis2_env_write_log (env,message) |
#define | AXIS2_ENV_CHECK(env, error_return) |
Typedefs | |
typedef axis2_environment | axis2_env_t |
Axis2 Environment struct. | |
Functions | |
axis2_env_t * | axis2_env_create (axis2_allocator_t *allocator) |
axis2_env_t * | axis2_env_create_with_error_stream (axis2_allocator_t *allocator, axis2_error_t *error, axis2_stream_t *stream) |
axis2_env_t * | axis2_env_create_with_error_stream_log (axis2_allocator_t *allocator, axis2_error_t *error, axis2_stream_t *stream, axis2_log_t *log) |
axis2_status_t | axis2_env_free (axis2_env_t *env) |
axis2_status_t | axis2_env_enable_log (axis2_env_t **env, axis2_bool_t enable) |
axis2_status_t | axis2_env_check_status (axis2_env_t **env) |
axis2_status_t | axis2_env_write_log (axis2_env_t **env, const char *message) |