Description
Optional logging can avoid loading Log::Any until logging is actually enabled. Developers use this helper to keep lightweight modules fast while still supporting diagnostics when requested. It controls logging setup and the emitted data depends on the surrounding code.