added { $currlogfile } to attr global logfile documentation

git-svn-id: https://svn.fhem.de/fhem/trunk@1176 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
borisneubert
2012-01-07 08:59:01 +00:00
parent 689bab0a23
commit fb969b2e1a

View File

@@ -1101,7 +1101,8 @@ A line ending with \ will be concatenated with the next one, so long lines
The logfile name can also take wildcards for easier logfile rotation,
see the <a href="#FileLog">FileLog</a> section. Just apply the
<code>archivecmd / archivedir / nrarchive</code> attributes to the
<code>global</code> device as you would do for a FileLog device.
<code>global</code> device as you would do for a FileLog device.<br>
You can access the current name of the logfile with <code>{ $currlogfile }</code>.
</li><br>
<a name="modpath"></a>