LoggerTraceValue class abstract

Base class for tracing logs and measuring performance.

Press start to start recording, and stop to complete and save the recording.

Logs are stored in name.

ログをトレースしパフォーマンスを計測するためのベースクラス。

startで記録を開始し、stopで記録を完了、保存します。

nameでログが保存されます。

Available Extensions

Constructors

LoggerTraceValue(String name, LoggerAdapter adapter)
Base class for tracing logs and measuring performance.
const

Properties

adapter LoggerAdapter
Output LoggerAdapter.
final
hashCode int
The hash code for this object.
no setterinherited
name String
Log Name.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
start(DateTime startTime) Future<void>
Start logging.
stop(DateTime startTime, DateTime endTime) Future<void>
Complete and save the logging.
toString() String
A string representation of this object.
inherited

Operators

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