From edeb181b3fec2945a8db24a763015c433e1a4808 Mon Sep 17 00:00:00 2001 From: Michael Kokich Date: Thu, 8 Jun 2017 12:50:39 +1200 Subject: [PATCH] Added info about application place holder. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 29dd2ff..0927f8e 100644 --- a/README.md +++ b/README.md @@ -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.