log top-level property
Global Log that forwards to logWriter. Identity is stable: the instance is constructed at library init and never reassigned. Entry points configure logging by mutating logWriter, not by replacing log.
Implementation
final Log log = Log(logWriter, logLevel: LogLevel.info);