Logger class abstract

Interface for logging framework events.

Framework-internal diagnostics only — never the channel through which user-actionable errors surface (those go through ContainerOptions.errorHandler as typed ArmatureErrors). Swap the default via ArmatureApp(logger: ...) to integrate with your app's logging infrastructure.

Implementers

Constructors

Logger()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

log({required LogLevel level, required String message, LoggerDebugInfo? info}) → void
Emits a log message.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited