defineScope static method
Defines a log scope with no parameters.
Implementation
static Disposable? Function(Logger) defineScope(String formatString) =>
(logger) => logger.beginScope(formatString);
Defines a log scope with no parameters.
static Disposable? Function(Logger) defineScope(String formatString) =>
(logger) => logger.beginScope(formatString);