formats: { ansi_level(this: void, entry: Entry): string[]; ansi_message(this: void, entry: Entry): string; css_level(this: void, entry: Entry): string[]; css_message(this: void, entry: Entry): string[]; default(this: void, entry: Entry): string[];} = ... Type declaration
ansi_level:function
ansi_level(this: void, entry: Entry): string[]
ansi_message:function
ansi_message(this: void, entry: Entry): string
css_level:function
css_level(this: void, entry: Entry): string[]
css_message:function
css_message(this: void, entry: Entry): string[]
default:function
default(this: void, entry: Entry): string[]
Various format functions included to make using the logger easier. These are not the only formats you can use.