information method
Information events describe things happening in the system that correspond to its responsibilities and functions. Generally these are the observable actions the system can perform.
Implementation
void information(String message,
{Map<String, dynamic> fields, Map<String, String> tags}) =>
this.log('information', message, fields: fields, tags: tags);