Browse Source

Merge pull request #414 from walrusVision/doc_fix

Added info about application place holder.
pull/417/head
Andrew Thompson 8 years ago
committed by GitHub
parent
commit
1d805270f4
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      README.md

+ 2
- 0
README.md View File

@ -247,6 +247,8 @@ call "semi-iolist":
single letter encoding of the severity level (e.g. `'debug'` -> `$D`)
* The placeholders `pid`, `file`, `line`, `module`, `function`, and `node`
will always exist if the parse transform is used.
* The placeholder `application` may exist if the parse transform is used.
It is dependent on finding the applications `app.src` file.
* If the error logger integration is used, the placeholder `pid`
will always exist and the placeholder `name` may exist.
* Applications can define their own metadata placeholder.

Loading…
Cancel
Save