-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Rework the logger to use a context system like so:
River::Logger* logger = River::Logger::GetLogger("MyLogger")
logger->Info("Hello", "World!");
// Modders or the loader can then do this too
#define CONSOLE_INFO(format, ...) GLogger->Info(__VA_ARGS__)It just looks far better in terms of readability.
Reactions are currently unavailable
Sub-issues
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request