We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentc188994 commit8f87c0fCopy full SHA for 8f87c0f
README.md
@@ -74,10 +74,10 @@ readLines(log_file)
74
The`appenders` parameter takes a list, so you can log to multiple
75
destinations transparently.
76
77
-For local development or simple batch R scripts run manually, writing log
78
-messages to a file for later inspection is convenient. However, for deployed R
79
-applications or automated scripts it is more likely you will need to send logs
80
-to a central location; see
+For local development or simple batch R scripts run manually, writing
+logmessages to a file for later inspection is convenient. However, for
+deployed Rapplications or automated scripts it is more likely you will
+need to send logsto a central location; see
81
`vignette("logging-beyond-local-files", package = "log4r")`.
82
83
To control the format of the messages you can change the**Layout** used