Logger class abstract

Prisma event logger

Constructors

Logger({Iterable<Event>? stdout, Iterable<Event>? event})
Create a new logger.
factory

Properties

definitions Iterable<Definition>
The log definitions.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

emit(Event event, Payload payload) → void
Emit a log event.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
on(Event event, Listener listener) → void
Listen to log event.
toString() String
A string representation of this object.
inherited

Operators

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