config method

String? config(
  1. Object? message
)

Implementation

String? config(Object? message) => _log(Level.CONFIG, message);