axis2_env.h File Reference

Axis2 environment that acts as a container for error, log and memory allocator routines. More...

#include <axis2_allocator.h>
#include <axis2_error.h>
#include <axis2_log.h>
#include <axis2_thread_pool.h>

Go to the source code of this file.

Classes

struct  axis2_env
 Axis2 Environment struct. More...

Defines

#define AXIS2_LOG(env, message, level)   axis2_env_write_log (env,message, level)
#define AXIS2_ENV_CHECK(env, error_return)

Typedefs

typedef axis2_env axis2_env_t
 Axis2 Environment struct.

Functions

AXIS2_EXTERN axis2_env_taxis2_env_create_all (const axis2_char_t *log_file, const axis2_log_levels_t log_level)
AXIS2_EXTERN axis2_env_taxis2_env_create (axis2_allocator_t *allocator)
AXIS2_EXTERN axis2_env_taxis2_env_create_with_error (axis2_allocator_t *allocator, axis2_error_t *error)
AXIS2_EXTERN axis2_env_taxis2_env_create_with_error_log (axis2_allocator_t *allocator, axis2_error_t *error, axis2_log_t *log)
AXIS2_EXTERN axis2_env_taxis2_env_create_with_error_log_thread_pool (axis2_allocator_t *allocator, axis2_error_t *error, axis2_log_t *log, axis2_thread_pool_t *pool)
AXIS2_EXTERN axis2_status_t axis2_env_free (axis2_env_t *env)
AXIS2_EXTERN axis2_status_t axis2_env_free_masked (axis2_env_t *env, char mask)
AXIS2_EXTERN axis2_status_t axis2_env_enable_log (axis2_env_t *env, axis2_bool_t enable)
AXIS2_EXTERN axis2_status_t axis2_env_check_status (const axis2_env_t *env)
AXIS2_EXTERN axis2_status_t axis2_env_write_log (const axis2_env_t *env, const char *message, axis2_log_levels_t level)


Detailed Description

Axis2 environment that acts as a container for error, log and memory allocator routines.


Generated on Wed Dec 20 20:34:51 2006 for Axis2/C by  doxygen 1.5.1