CommonLibSSE NG
|
#include <Logger.h>
Public Member Functions | |
~Logger () override | |
void | PostErrorImpl (const char *a_logEvent, Severity a_severity) override |
Public Member Functions inherited from RE::BSScript::ErrorLogger | |
virtual | ~ErrorLogger () |
virtual void | PostErrorImpl (const char *a_message, Severity a_severity)=0 |
virtual void | ResetImpl () |
Public Member Functions inherited from RE::BSTEventSource< LogEvent > | |
BSTEventSource () | |
void | AddEventSink (Sink *a_eventSink) |
void | AddEventSink (BSTEventSink< SinkEvent > *a_sink) |
void | RemoveEventSink (Sink *a_eventSink) |
void | SendEvent (const LogEvent *a_event) |
void | operator() (const LogEvent *a_event) |
Public Attributes | |
BSFixedString | logName |
BSFixedString | logPath |
std::uint64_t | unkA8 |
Public Attributes inherited from RE::BSScript::ErrorLogger | |
BSSpinLock | threadErrorsLock |
BSTHashMap< std::uint32_t, PerThreadErrorCounts > | threadErrors |
Public Attributes inherited from RE::BSTEventSource< LogEvent > | |
BSTArray< Sink * > | sinks |
BSTArray< Sink * > | pendingRegisters |
BSTArray< Sink * > | pendingUnregisters |
BSSpinLock | lock |
bool | notifying |
std::uint8_t | pad51 |
std::uint16_t | pad52 |
std::uint32_t | pad54 |
Static Public Attributes | |
static constexpr auto | RTTI = RTTI_SkyrimScript__Logger |
Static Public Attributes inherited from RE::BSScript::ErrorLogger | |
static constexpr auto | RTTI = RTTI_BSScript__ErrorLogger |
Additional Inherited Members | |
Public Types inherited from RE::BSScript::ErrorLogger | |
enum class | Severity { kInfo , kWarning , kError , kFatal } |
Public Types inherited from RE::BSTEventSource< LogEvent > | |
using | Sink = BSTEventSink< LogEvent > |
|
override |
|
overridevirtual |
Implements RE::BSScript::ErrorLogger.
BSFixedString RE::SkyrimScript::Logger::logName |
BSFixedString RE::SkyrimScript::Logger::logPath |
|
inlinestaticconstexpr |
std::uint64_t RE::SkyrimScript::Logger::unkA8 |