34 #define MAX_LOG_FILE_SIZE (8 * 1024 * 1024)
36 #define MAX_LOG_FILE_COUNT 100
39 #define APT_LOG_MARK __FILE__,__LINE__
49 #if defined(WIN32) && APR_SIZEOF_VOIDP == 8
51 #define APT_PTR_FMT "0x%I64x"
54 #define APT_PTR_FMT "0x%lx"
57 #define APT_SID_FMT "<%s>"
59 #define APT_SIDRES_FMT "<%s@%s>"
61 #define APT_PTRSID_FMT APT_PTR_FMT" "APT_SID_FMT
63 #define APT_NAMESID_FMT "%s "APT_SID_FMT
65 #define APT_NAMESIDRES_FMT "%s "APT_SIDRES_FMT
113 const char *format, va_list arg_ptr);
155 const
char *dir_path,
156 const
char *file_name,
157 apr_size_t max_file_size,
158 apr_size_t max_file_count,