Page Menu
Home
desp's stash
Search
Configure Global Search
Log In
Files
F629748
Logger.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
404 B
Subscribers
None
Logger.h
View Options
#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
Details
Attached
Mime Type
text/x-c++
Expires
Sat, Apr 25, 2:02 PM (1 d, 18 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
fe/3e/e89ced1849dea0f462fe41711d40
Attached To
rSCY Scylla
Event Timeline
Log In to Comment