36 VanillaWorldChecker& operator=(VanillaWorldChecker
const&);
37 VanillaWorldChecker(VanillaWorldChecker
const&);
38 VanillaWorldChecker();
48 virtual ~VanillaWorldChecker() ;
50 virtual ~VanillaWorldChecker() =
default;
90 DebugEndPoint& operator=(DebugEndPoint
const&);
91 DebugEndPoint(DebugEndPoint
const&);
97 virtual void log(::LogArea
const area, ::LogLevel
const level,
char const* message) ;
99 virtual void flush() ;
101 virtual void setEnabled(
bool newState) ;
103 virtual bool isEnabled() const ;
105 virtual
bool logOnlyOnce() const ;
107 virtual
void contentAssert(::LogArea const area, ::LogLevel const level,
char const* message);
110 virtual ~DebugEndPoint() ;
112 virtual ~DebugEndPoint() =
default;
126 MCNAPI static ::std::unordered_map<::LogArea, bool>
const&
mAssertAreas();
132 MCNAPI_S
void* $ctor(::std::optional<::LogLevel> minLogLevel);
145 MCNAPI
void $log(::LogArea
const area, ::LogLevel
const level,
char const* message);
147 MCNAPI
void $flush();
149 MCNAPI
void $setEnabled(
bool newState);
151 MCNAPI
bool $isEnabled()
const;
153 MCNAPI
bool $logOnlyOnce()
const;
155 MCNAPI
void $contentAssert(::LogArea
const area, ::LogLevel
const level,
char const* message);
Definition ContentLogEndPoint.h:11
MCAPI void $log(char const *message)