Logger

Example values

TypeScript
{
info: (...args: any[]) => void;
warn: (...args: any[]) => void;
error: (...args: any[]) => void;
critical: (...args: any[]) => void;
createLogger: (prefix: string) => Logger;
}

Community questions

Questions about this page? or post a community question.