logger property

Log logger

Implementation

Log get logger => PrefixLogger(
      runtimeType.toString(),
      LoggingFactory.provide(),
    );