mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-04 19:33:40 +00:00
35 lines
1.0 KiB
C++
35 lines
1.0 KiB
C++
// This Header is auto generated by BDSLiteLoader Toolchain
|
|
#pragma once
|
|
#define AUTO_GENERATED
|
|
#include "../Global.h"
|
|
#include "Core.hpp"
|
|
|
|
#define BEFORE_EXTRA
|
|
|
|
#undef BEFORE_EXTRA
|
|
|
|
class ContentLogFileEndPoint {
|
|
|
|
#define AFTER_EXTRA
|
|
|
|
#undef AFTER_EXTRA
|
|
#ifndef DISABLE_CONSTRUCTOR_PREVENTION_CONTENTLOGFILEENDPOINT
|
|
public:
|
|
class ContentLogFileEndPoint& operator=(class ContentLogFileEndPoint const &) = delete;
|
|
ContentLogFileEndPoint(class ContentLogFileEndPoint const &) = delete;
|
|
ContentLogFileEndPoint() = delete;
|
|
#endif
|
|
|
|
public:
|
|
/*0*/ virtual ~ContentLogFileEndPoint();
|
|
/*1*/ virtual void __unk_vfn_1();
|
|
/*2*/ virtual void flush();
|
|
/*3*/ virtual void setEnabled(bool);
|
|
/*4*/ virtual bool isEnabled() const;
|
|
/*5*/ virtual void log(enum LogArea, enum LogLevel, char const *);
|
|
#ifdef ENABLE_VIRTUAL_FAKESYMBOL_CONTENTLOGFILEENDPOINT
|
|
#endif
|
|
MCAPI ContentLogFileEndPoint(class Core::Path, class Core::Path);
|
|
MCAPI static class gsl::basic_string_span<char const, -1> const FILE_NAME;
|
|
|
|
}; |