Page MenuHomedesp's stash

Logger.h
No OneTemporary

Logger.h

#pragma once
#include <windows.h>
#define DEBUG_LOG_FILENAME "Scylla_debug.log"
class Logger {
public:
static void debugLog(const WCHAR * format, ...);
static void debugLog(const CHAR * format, ...);
static void printfDialog(const WCHAR * format, ...);
static void getDebugLogFilePath();
private:
static WCHAR debugLogFile[MAX_PATH];
static WCHAR logbuf[300];
static char logbufChar[300];
};

File Metadata

Mime Type
text/x-c++
Expires
Mon, Jun 8, 9:48 PM (1 d, 17 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
94/68/f1ee44caf3ff2bf8cf59c50ab3f6

Event Timeline