39#ifndef __STUMPLESS_TARGET_SOCKET_H
40# define __STUMPLESS_TARGET_SOCKET_H
42# include <stumpless/config.h>
#define STUMPLESS_PUBLIC_FUNCTION
Marks functions that are provided for use by the library.
Definition config.h:31
STUMPLESS_PUBLIC_FUNCTION struct stumpless_target * stumpless_open_socket_target(const char *name, const char *local_socket)
Opens a socket target.
STUMPLESS_PUBLIC_FUNCTION void stumpless_close_socket_target(const struct stumpless_target *target)
Closes a socket target.
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.