22 enum class UpgradeResultCode : uchar {
24 UnsupportedVersion = 1 << 0,
27 InternalError = 1 << 3,
29 EnttEnumAsBitmask = 255,
33 enum class ValidationResultCode : uchar {
37 EnttEnumAsBitmask = 255,
40 struct ParseLogEntry {
51 ParseLogEntry& operator=(ParseLogEntry
const&);
67 struct UpgradeLogEntry {
79 UpgradeLogEntry& operator=(UpgradeLogEntry
const&);
95 struct ValidationLogEntry {
105 ValidationLogEntry& operator=(ValidationLogEntry
const&);
106 ValidationLogEntry(ValidationLogEntry
const&);
107 ValidationLogEntry();
136 Logger& operator=(Logger
const&);
144 MCNAPI ::Puv::Logger&
log(::Puv::Logger::ValidationResultCode res, ::std::string msg);
146 MCNAPI ::Puv::Logger&
147 log(::cereal::ResultCode res,
148 ::std::vector<::std::pair<::cereal::BasicSerializerContext::ContextType, ::std::string>> path,
151 MCNAPI ::Puv::Logger&
152 log(::Puv::Logger::UpgradeResultCode res,
153 ::std::vector<::std::pair<::cereal::BasicSerializerContext::ContextType, ::std::string>> src,
154 ::std::vector<::std::pair<::cereal::BasicSerializerContext::ContextType, ::std::string>> dst,
166 ::std::vector<::std::pair<::cereal::BasicSerializerContext::ContextType, ::std::string>>
const& contextStack
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 ParseLogEntry(::Puv::Logger::ParseLogEntry const &)
MCAPI void * $ctor(::Puv::Logger::ParseLogEntry const &)
MCAPI UpgradeLogEntry(::Puv::Logger::UpgradeLogEntry const &)
MCAPI void * $ctor(::Puv::Logger::UpgradeLogEntry const &)
MCAPI ~ValidationLogEntry()