Added some guidelines and recommendations to the 'Logging' section of PLUGINS.html

This commit is contained in:
Klaus Schmidinger
2017-04-02 13:01:34 +02:00
parent c4cc5e613c
commit fe535d25e5
2 changed files with 28 additions and 0 deletions

View File

@@ -8944,3 +8944,7 @@ Video Disk Recorder Revision History
store auxiliary information with an event (thanks to J<>rg Wendel). This string
has no meaning whatsoever to VDR itself, and it will not be written into the
info file of a recording that is made for such an event.
- Added some guidelines and recommendations to the 'Logging' section of PLUGINS.html.
The most important being: implement a command line option to control the level
of logging (in particular allow turning off logging completely!) and never print
anything to stdout or stderr (unless one of the listed exceptions applies).