Logger
Verbose/debug logs short-circuit in release builds via DEBUG, eliminating the per-call stack walk in getCallerClassNameAndLineNumber that dominated hot-path cost (~210k calls/UoG-load). Info/Warn/Error always fire.
Functions
Link copied to clipboard
only warning and errors will be allowed to print for this class name.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Toggle Logger.i output at runtime — diagnostic logs without stack walks.
Link copied to clipboard
Toggle Logger.d/.v output at runtime (DEBUG must also be true at compile time).
Link copied to clipboard
Link copied to clipboard