call method
Implementation
@override
Log call({
Header? header,
int? level,
String? name,
String? msg,
String? file,
String? function,
int? line,
List<String>? topics,
}) => Log(
header: header,
level: level,
name: name,
msg: msg,
file: file,
function: function,
line: line,
topics: topics,
);