Mir 1.0
Mir application programming interface

Data Structures

struct  mirkl_log_t_
 

Typedefs

typedef struct mirkl_log_t_ mirkl_log_t
 

Functions

mirkl_error_tmirkl_log_create (mirkl_log_t **log, const char *logfile, apr_pool_t *pool)
 
void mirkl_log_terminate (mirkl_log_t *log)
 
void mirkl_log_printf (mirkl_log_t *log, char *msg_format,...)
 
void mirkl_log_dtprintf (mirkl_log_t *log, char *msg_format,...)
 
void mirkl_log_errhandler (const char *msg, void *args)
 

Detailed Description

Typedef Documentation

◆ mirkl_log_t

typedef struct mirkl_log_t_ mirkl_log_t

Log structure.