// This Header is auto generated by BDSLiteLoader Toolchain
#pragma once
#define AUTO_GENERATED
#include "../Global.h"

#define BEFORE_EXTRA

#undef BEFORE_EXTRA

class ContentLog {

#define AFTER_EXTRA

#undef AFTER_EXTRA
#ifndef DISABLE_CONSTRUCTOR_PREVENTION_CONTENTLOG
public:
    class ContentLog& operator=(class ContentLog const &) = delete;
    ContentLog(class ContentLog const &) = delete;
    ContentLog() = delete;
#endif

public:
#ifdef ENABLE_VIRTUAL_FAKESYMBOL_CONTENTLOG
#endif
    MCAPI bool isEnabled() const;
    MCAPI void log(enum LogLevel, enum LogArea, ...);
    MCAPI void unregisterEndPoint(class gsl::not_null<class ContentLogEndPoint *>);
    MCAPI void updateEnabledStatus();
    MCAPI void writeToLog(enum LogArea, enum LogLevel, char *&);
    MCAPI static char const * getLogAreaName(enum LogArea);

};