Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
windebug_sink.h
Go to the documentation of this file.
1
//
2
// Copyright(c) 2017 Alexander Dalshov.
3
// Distributed under the MIT License (http://opensource.org/licenses/MIT)
4
//
5
6
#
pragma
once
7
8
#
if
defined
(
_WIN32
)
9
10
#
include
"msvc_sink.h"
11
12
namespace
spdlog
13
{
14
namespace
sinks
15
{
16
17
/*
18
* Windows debug sink (logging using OutputDebugStringA, synonym for msvc_sink)
19
*/
20
template
<
class
Mutex>
21
using
windebug_sink = msvc_sink<Mutex>;
22
23
typedef
msvc_sink_mt windebug_sink_mt;
24
typedef
msvc_sink_st windebug_sink_st;
25
26
}
27
}
28
29
#
endif
spdlog::sinks
Definition
common.h:55
spdlog
Definition
spdlog.h:22
Downloads
ArkServerAPI_NEW
ASE
AseApi-main
version
Core
Public
Logger
spdlog
sinks
windebug_sink.h
Generated by
1.10.0