|
enum class | UpgradeResultCode : uchar {
UnsupportedVersion = 1 << 0
, SrcError = 1 << 1
, DstError = 1 << 2
, InternalError = 1 << 3
,
CopyError = 1 << 4
, EnttEnumAsBitmask = 255
, All = 255
} |
|
enum class | ValidationResultCode : uchar { Warning = 1
, Error = 2
, All = 255
, EnttEnumAsBitmask = 255
} |
|
|
Logger & | operator= (Logger const &) |
|
MCAPI | Logger (::Puv::Logger const &) |
|
MCAPI | Logger (::Puv::Logger &&) |
|
MCAPI::Puv::Logger & | log (::Puv::Logger::ValidationResultCode res, ::std::string msg) |
|
MCAPI::Puv::Logger & | log (::cereal::ResultCode res, ::std::vector<::std::pair<::cereal::BasicSerializerContext::ContextType, ::std::string > > path, ::std::string msg) |
|
MCAPI::Puv::Logger & | log (::Puv::Logger::UpgradeResultCode res, ::std::vector<::std::pair<::cereal::BasicSerializerContext::ContextType, ::std::string > > src, ::std::vector<::std::pair<::cereal::BasicSerializerContext::ContextType, ::std::string > > dst, ::std::string msg) |
|
MCAPI::Puv::Logger & | operator= (::Puv::Logger &&) |
|
MCAPI | ~Logger () |
|
MCAPI void * | $ctor (::Puv::Logger const &) |
|
MCAPI void * | $ctor (::Puv::Logger &&) |
|
MCAPI void | $dtor () |
|
|
static MCAPI ::std::string | contextString (::std::vector<::std::pair<::cereal::BasicSerializerContext::ContextType, ::std::string > > const &contextStack) |
|
◆ Logger() [1/2]
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ Logger() [2/2]
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ ~Logger()
MCAPI Puv::Logger::~Logger |
( |
| ) |
|
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ log() [1/3]
MCAPI::Puv::Logger & Puv::Logger::log |
( |
::Puv::Logger::ValidationResultCode | res, |
|
|
::std::string | msg ) |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ log() [2/3]
MCAPI::Puv::Logger & Puv::Logger::log |
( |
::cereal::ResultCode | res, |
|
|
::std::vector<::std::pair<::cereal::BasicSerializerContext::ContextType, ::std::string > > | path, |
|
|
::std::string | msg ) |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ log() [3/3]
MCAPI::Puv::Logger & Puv::Logger::log |
( |
::Puv::Logger::UpgradeResultCode | res, |
|
|
::std::vector<::std::pair<::cereal::BasicSerializerContext::ContextType, ::std::string > > | src, |
|
|
::std::vector<::std::pair<::cereal::BasicSerializerContext::ContextType, ::std::string > > | dst, |
|
|
::std::string | msg ) |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ operator=()
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ contextString()
static MCAPI ::std::string Puv::Logger::contextString |
( |
::std::vector<::std::pair<::cereal::BasicSerializerContext::ContextType, ::std::string > > const & | contextStack | ) |
|
|
static |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ $ctor() [1/2]
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ $ctor() [2/2]
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ $dtor()
MCAPI void Puv::Logger::$dtor |
( |
| ) |
|
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
The documentation for this class was generated from the following file: