mirror of
https://github.com/log4js-node/log4js-node.git
synced 2025-12-08 19:26:01 +00:00
Fix typo
This commit is contained in:
parent
a08da654c9
commit
b1e91f0fa2
@ -141,7 +141,7 @@ Fields can be any of:
|
||||
- `%f` full path of filename (requires `enableCallStack: true` on the category, see [configuration object](api.md))
|
||||
- `%f{depth}` path's depth let you chose to have only filename (`%f{1}`) or a chosen number of directories
|
||||
- `%l` line number (requires `enableCallStack: true` on the category, see [configuration object](api.md))
|
||||
- `%o` column postion (requires `enableCallStack: true` on the category, see [configuration object](api.md))
|
||||
- `%o` column position (requires `enableCallStack: true` on the category, see [configuration object](api.md))
|
||||
- `%s` call stack (requires `enableCallStack: true` on the category, see [configuration object](api.md))
|
||||
- `%C` class name (requires `enableCallStack: true` on the category, see [configuration object](api.md) and [#1316](https://github.com/log4js-node/log4js-node/pull/1316))
|
||||
- `%M` method or function name (requires `enableCallStack: true` on the category, see [configuration object](api.md) and [#1316](https://github.com/log4js-node/log4js-node/pull/1316))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user