36#ifndef __STUMPLESS_TARGET_FILE_H
37# define __STUMPLESS_TARGET_FILE_H
39# include <stumpless/config.h>
#define STUMPLESS_PUBLIC_FUNCTION
Marks functions that are provided for use by the library.
定义 config.h:31
void stumpless_close_file_target(struct stumpless_target *target)
Closes a file target.
struct stumpless_target * stumpless_open_file_target(const char *name)
Opens a file target.
A target that log entries can be sent to.
定义 target.h:140
char * name
The name of this target.
定义 target.h:157
General types and functions for working with all targets.