You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
324 B
C
14 lines
324 B
C
#ifndef _ELOG_FILE_CFG_H_
|
|
#define _ELOG_FILE_CFG_H_
|
|
|
|
/* EasyLogger file log plugin's using file name */
|
|
#define ELOG_FILE_NAME
|
|
|
|
/* EasyLogger file log plugin's using file max size */
|
|
#define ELOG_FILE_MAX_SIZE
|
|
|
|
/* EasyLogger file log plugin's using semaphore key */
|
|
#define ELOG_FILE_SEM_KEY
|
|
|
|
#endif /* _ELOG_FILE_CFG_H_ */
|