Log class sealed

Mixed-in types
  • AggregationPattern
Implementers

Properties

classLocation String
final
debug Map<String, dynamic>
開発時のみに記録する data.
final
functionLocation String
final
hashCode int
toMap() に依存.
no setterinherited
historyList HistoryList
final
location String
no setter
message List<String>
no setter
monitor Map<String, dynamic>
本番時および開発時に記録する data.
final
resultType Type
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wrapped Object
no setter

Methods

change({Type? classLocation, String? functionLocation, Map<String, dynamic>? monitor, Map<String, dynamic>? debug, Iterable<Log>? histories}) Log
inactivate() Map<String, Object>
test で等価性を判断する時に 無効にしたい場合に利用する. 無効化された値を返す.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object>
inherited
toMap() Map<String, Object>
定義例:
override
toMapShortHand() Map<String, dynamic>
LogSetting.toYamlStringShortHand 用の map の生成.
toMapShortHandA() Map<String, dynamic>
toString() String
toMap() に依存.
inherited

Operators

operator ==(dynamic other) bool
instance properties の toString() をそれぞれ比較し合う。 toMap(), [] operator に依存.
inherited
operator [](String key) Object
toMap() から、operator == の内容を自動更新できるようにするために定義している.
inherited