MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
extension_loggers.h
1 /* -*- Mode: C; tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- */
2 #ifndef MEMCACHED_EXTENSION_LOGGERS_H
3 #define MEMCACHED_EXTENSION_LOGGERS_H
4 #include <memcached/extension.h>
5 
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9 
10 MEMCACHED_PUBLIC_API EXTENSION_LOGGER_DESCRIPTOR* get_null_logger(void);
11 
12 MEMCACHED_PUBLIC_API EXTENSION_LOGGER_DESCRIPTOR* get_stderr_logger(void);
13 
14 MEMCACHED_PUBLIC_API
15 EXTENSION_ERROR_CODE memcached_initialize_stderr_logger(GET_SERVER_API get_server_api);
16 
17 #ifdef __cplusplus
18 }
19 #endif
20 
21 #endif /* MEMCACHED_EXTENSION_LOGGER_H */