primary property

List<LoggerAdapter> primary

You can retrieve the list of LoggerAdapter given in LoggerAdapterScope first.

最初にLoggerAdapterScopeで与えたLoggerAdapterのリストを取得することができます。

Implementation

static List<LoggerAdapter> get primary {
  return _primary ?? [];
}