Gopher2600/macro
JetSetIlly cd2a00d4ba logger.Log() and logger.Logf() now require a logger.Permission instance
the logger.Permission interface indicates whether the environment making
the logging request is allowed to create new log entries. the
environment.Environment type satisifies the Permission interface

logger.Allow is provided as a convienient way of indicating the the log
entry should always be created
2024-04-30 11:23:40 +01:00
..
doc.go macro package improvements 2023-08-03 08:09:44 +01:00
macro.go logger.Log() and logger.Logf() now require a logger.Permission instance 2024-04-30 11:23:40 +01:00