function createLogger(options?): Logger;
Builds the logger the client writes through.
LoggingOptions = {}
LoggingOptions
{}
Level, prefix and sink. All optional.
Logger
A logger whose four methods are already level-filtered.