Add comment
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
/**
|
||||
* Global options for loggers
|
||||
*
|
||||
* Format : can contain $time, $level and $namespace
|
||||
*/
|
||||
export type Options = {
|
||||
format: string,
|
||||
pad_level: boolean,
|
||||
|
||||
Reference in New Issue
Block a user