Log.info constructor

Log.info(
  1. Object? object
)

Implementation

factory Log.info(final Object? object) => Log._(LogLevels.info, null, object);