@palmares/logging
Version:
Palmares logging interface so you can log it to the console or other places as well
10 lines • 408 B
TypeScript
import type { LoggerArgumentsToFilterAndFormatters } from './types';
/**
* This default message formatter will return a string colorized to the log.
*
* @param args - The arguments to be formatted.
*
* @returns The formatted message to show on the console.
*/
export declare function getDefaultFormattedMessage(args: LoggerArgumentsToFilterAndFormatters): string;
//# sourceMappingURL=defaults.d.ts.map