|
Minecraft Community Edition 0.1.0
|
Public Types | |
| enum class | Severity { INFO , WARN , ERROR , DEBUG , FATAL } |
Public Member Functions | |
| LoggerOutput (Severity s=Severity::INFO, const std::string m="", eastl::optional< std::source_location > loc=eastl::nullopt) | |
| virtual const char const * | name () const override |
Public Attributes | |
| Severity | severity |
| std::string | msg |
| eastl::optional< std::source_location > | location |
|
inlinenodiscardoverridevirtual |
Implements mce::IEvent.