ReactOS 0.4.16-dev-297-gc569aee
|
#include "tcpsvcs.h"
Go to the source code of this file.
Macros | |
#define | DEBUG |
Functions | |
static VOID | LogToEventLog (LPCWSTR lpMsg, DWORD errNum, DWORD exitCode, UINT flags) |
static BOOL | OpenLogFile () |
static VOID | LogToFile (LPCWSTR lpMsg, DWORD errNum, DWORD exitCode, UINT flags) |
VOID | LogEvent (LPCWSTR lpMsg, DWORD errNum, DWORD exitCode, UINT flags) |
BOOL | InitLogging () |
VOID | UninitLogging () |
Variables | |
static LPWSTR | lpEventSource = L"tcpsvcs" |
static WCHAR | szLogFileName [MAX_PATH] |
static HANDLE | hLogFile = NULL |
static OVERLAPPED | olWrite |
BOOL InitLogging | ( | ) |
Definition at line 210 of file log.c.
Referenced by _tmain().
Definition at line 196 of file log.c.
Referenced by _tmain(), AcceptConnections(), ChargenHandler(), CreateServers(), CreateServiceThread(), DaytimeHandler(), DiscardHandler(), EchoHandler(), EchoIncomingPackets(), QotdHandler(), ReceiveIncomingPackets(), RetrieveQuote(), SendLine(), SendTime(), ServerCtrlHandler(), ServiceMain(), SetUpListener(), ShutdownConnection(), StartServer(), and UpdateStatus().
Definition at line 23 of file log.c.
Referenced by InitLogging(), LogEvent(), and LogToFile().
Definition at line 67 of file log.c.
Referenced by LogEvent().
|
static |
Definition at line 48 of file log.c.
Referenced by DECLARE_INTERFACE_(), InitLogging(), and LogToFile().
VOID UninitLogging | ( | ) |
Definition at line 16 of file log.c.
Referenced by InitLog(), InitLogging(), LogToFile(), OpenLogFile(), and UninitLogging().
|
static |
Definition at line 14 of file log.c.
Referenced by AddNewEventSource(), and LogToEventLog().
|
static |
Definition at line 18 of file log.c.
Referenced by InitLogging(), LogToFile(), and UninitLogging().
Definition at line 15 of file log.c.
Referenced by InitLogging(), and OpenLogFile().