3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/gameface/cohtml/ILogHandler.h"
7#include "mc/external/gameface/cohtml/Severity.h"
11class LogHandler :
public ::cohtml::Logging::ILogHandler {
15 ::ll::TypedStorage<8, 24, ::std::vector<::std::string>> mIgnoredStrings;
21 virtual ~LogHandler() =
default;
23 virtual void WriteLog(::cohtml::Logging::Severity,
char const*, uint64) ;
Definition LogHandler.h:7