log method

Future<void> log()

Implementation

Future<void> log() async {
  return await _eventLogger.log(this);
}