// 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 const FILE_NAME; };