php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
wsyslog.c File Reference
#include "php.h"
#include "syslog.h"
#include <stdio.h>
#include <fcntl.h>
#include <process.h>
#include "php_win32_globals.h"
#include "wsyslog.h"
#include "codepage.h"

Go to the source code of this file.

Functions

void closelog (void)
 
void syslog (int priority, const char *message,...)
 
void vsyslog (int priority, const char *message, va_list args)
 
void openlog (const char *ident, int logopt, int facility)
 

Function Documentation

◆ closelog()

void closelog ( void )

Definition at line 63 of file wsyslog.c.

◆ openlog()

void openlog ( const char * ident,
int logopt,
int facility )

Definition at line 146 of file wsyslog.c.

◆ syslog()

void syslog ( int priority,
const char * message,
... )

Definition at line 81 of file wsyslog.c.

◆ vsyslog()

void vsyslog ( int priority,
const char * message,
va_list args )

Definition at line 90 of file wsyslog.c.