52#ifndef __STUMPLESS_TARGET_WEL_H
53# define __STUMPLESS_TARGET_WEL_H
55# include <stumpless/config.h>
#define STUMPLESS_PUBLIC_FUNCTION
Marks functions that are provided for use by the library.
Definition config.h:31
A target that log entries can be sent to.
Definition target.h:140
char * name
The name of this target.
Definition target.h:157
General types and functions for working with all targets.
STUMPLESS_PUBLIC_FUNCTION void stumpless_close_wel_target(struct stumpless_target *target)
Closes a Windows Event Log target.
STUMPLESS_PUBLIC_FUNCTION struct stumpless_target * stumpless_open_local_wel_target(const char *name)
Opens a Windows Event Log target on the local machine.
STUMPLESS_PUBLIC_FUNCTION struct stumpless_target * stumpless_open_remote_wel_target(const char *server, const char *name)
Opens a Windows Event Log target on a remote machine.