BaseAppender class abstract
- Implementers
Constructors
- BaseAppender.create(String type, String name, Json? config)
-
factory
Properties
Methods
-
dispose(
) → void -
flush(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
push(
BaseLog log) → void -
toString(
) → String -
A string representation of this object.
inherited
-
update(
Json config) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited