Create an ILogger instance with a given name.
export declare function logger(name: string): ILogger;
The name to use for logging.