FileInstrumentationLogger class
An InstrumentationLogger that writes to a file (as opposed to an external source or in-memory source etc.)
- Implemented types
Constructors
- FileInstrumentationLogger(String filePath)
Properties
Methods
-
log(
String message) → void -
Pass the given
message
to the instrumentation server so that it will be logged with other messages.override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
shutdown(
) → Future -
Shut down this logger, including file handles etc.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited