Adaptive Framework  0.9.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
afw_log_deprecated.h
Go to the documentation of this file.
1 // See the 'COPYING' file in the project root for licensing information.
2 /*
3  * Adaptive Framework - Log Header for Basic Log DEPRECATED
4  *
5  * Copyright (c) 2010-2023 Clemson University
6  *
7  */
8 
9 #ifndef __AFW_LOG_DEPRECATED_H__
10 #define __AFW_LOG_DEPRECATED_H__
11 
12 #include "afw_log_deprecated_interface.h"
13 #include <apr_file_io.h>
14 
30 
42  apr_pool_t *temp_pool,
43  apr_pool_t *module_pool,
44  apr_file_t *log_file,
45  const char *encoding
46 );
47 
48 AFW_END_DECLARES
49 
52 #endif /* __AFW_LOG_DEPRECATED_H__ */
#define AFW_BEGIN_DECLARES
#define AFW_DECLARE(type)
Declare a public afw function.
afw_log_deprecated_t * afw_create_log_deprecated(apr_pool_t *temp_pool, apr_pool_t *module_pool, apr_file_t *log_file, const char *encoding)
Create a basic log.
Public afw_log_deprecated_t object.