SimpleLogPrinter class

An AWSLoggerPlugin which prints log messages to the console when running in debug mode.

Implemented types

Constructors

SimpleLogPrinter()
An AWSLoggerPlugin which prints log messages to the console when running in debug mode.
const

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

handleLogEntry(LogEntry logEntry) → void
Handles a log entry emitted by the AWSLogger.
override
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

Static Methods

formatLogEntry(LogEntry logEntry) String
Formats logEntry using level, namespace, and message components.