LeviLamina
Loading...
Searching...
No Matches
ILogHandler.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/renoir/Severity.h"
7
8
namespace
renoir::Logging {
9
10
class
ILogHandler
{
11
public
:
12
// virtual functions
13
// NOLINTBEGIN
14
virtual
~ILogHandler() =
default
;
15
16
virtual
void
WriteLog(::renoir::Logging::Severity,
char
const
*, uint64) = 0;
17
// NOLINTEND
18
19
public
:
20
// virtual function thunks
21
// NOLINTBEGIN
22
23
// NOLINTEND
24
};
25
26
}
// namespace renoir::Logging
renoir::Logging::ILogHandler
Definition
ILogHandler.h:7
src-client
mc
deps
renoir
ILogHandler.h
Generated on
for LeviLamina by
1.16.1