Interfaceservicesv0.6.0LoggerOptionsOptions for creating a Logger instance. interface LoggerOptionsinterface LoggerOptionsMember overviewPropertieschannelformatstripAnsiPropertiesoptionalchannelChannel to log to (defaults to configured default channel) channel: string;channel: string;optionalformatFormat mode for output format: LoggerFormatMode;format: LoggerFormatMode;optionalstripAnsiWhether to strip ANSI color codes stripAnsi: boolean;stripAnsi: boolean;
optionalchannelChannel to log to (defaults to configured default channel) channel: string;channel: string;