BufferMemoryOutput class Null safety
- Inheritance
- Object
- LogOutput
- MemoryOutput
- BufferMemoryOutput
Constructors
- BufferMemoryOutput({required int bufferSize, LogOutput? secondOutput})
Properties
-
buffer
→ ListQueue<
OutputEvent> -
The buffer of events.
final, inherited
- bufferSize ↔ int
-
Maximum events in buffer.
read / write, override-getter
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- secondOutput → LogOutput?
-
A secondary LogOutput to also received events.
final, inherited
Methods
-
destroy(
) → void -
inherited
-
getBuffer(
) → List< String> -
getBufferMaxSize(
) → int -
init(
) → void -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
output(
OutputEvent event) → void -
override
-
setBufferSize(
int val) → void -
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited