Type Alias LoggerFunctionInternal

LoggerFunction: ((message: string) => void)

Type of a generic logger function processing a string message.