FileTransport class
A transport that writes MonitorEvents to a file.
- Implemented types
Constructors
- FileTransport(String filePath)
-
Creates a new FileTransport writing to
filePath.
Properties
Methods
-
close(
) → void -
Releases resources and closes any active connections.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
send(
MonitorEvent event) → void -
Dispatches the
eventto the transport destination.override -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited