2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

92_FileLog.pm: archivesort goes global (Forum #67230)

git-svn-id: https://svn.fhem.de/fhem/trunk@13565 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2017-03-01 15:54:06 +00:00
parent d49e840a67
commit e009eec832
3 changed files with 14 additions and 12 deletions

View File

@ -45,7 +45,6 @@ FileLog_Initialize($)
archiveCompress
archivecmd
archivedir
archivesort
createGluedFile:0,1
disable:0,1
disabledForIntervals
@ -1258,7 +1257,6 @@ FileLog_regexpFn($$)
<a name="archivedir"></a>
<a name="archivecmd"></a>
<a name="archivesort"></a>
<a name="nrarchive"></a>
<li>archivecmd / archivedir / nrarchive<br>
When a new FileLog file is opened, the FileLog archiver wil be called.
@ -1267,9 +1265,6 @@ FileLog_regexpFn($$)
section), and there is a new entry to be written into the file.
<br>
archivesort may be the (default) alphanum or timestamp, and specifies
how the last files are computed.<br>
If the attribute archivecmd is specified, then it will be started as a
shell command (no enclosing " is needed), and each % in the command
will be replaced with the name of the old logfile.<br>
@ -1579,7 +1574,6 @@ FileLog_regexpFn($$)
<a name="archivedir"></a>
<a name="archivecmd"></a>
<a name="archivedir"></a>
<a name="nrarchive"></a>
<li>archivecmd / archivedir / nrarchive<br>
Wenn eine neue FileLog-Datei ge&ouml;ffnet wird, wird der FileLog
@ -1589,10 +1583,6 @@ FileLog_regexpFn($$)
(define)</a> beschrieben werden) und gleichzeitig ein neuer Datensatz
in diese Datei geschrieben werden muss. <br>
archivedir kann auf dem (voreingestellten) Wert alphanum oder timestamp
gesetzt werden, und bestimmt die Methode f&uuml;r die
Reihenfolgenberechnung der Dateien.<br>
Wenn das Attribut archivecmd benutzt wird, startet es als
shell-Kommando ( eine Einbettung in " ist nicht notwendig), und jedes %
in diesem Befehl wird durch den Namen des alten Logfiles ersetzt.<br>

View File

@ -1293,7 +1293,12 @@ The following local attributes are used by a wider range of devices:
<ul>
<li><a href="#archivedir">archivedir</a></li>
<li><a href="#archivecmd">archivecmd</a></li>
<li><a href="#nrarchive">nrarchive</a></li><br>
<li><a href="#nrarchive">nrarchive</a></li>
<a name="archivesort"></a>
<li>archivesort<br>
archivesort may be set to the (default) alphanum or timestamp, and
specifies how the last files are computed for the nrarchive attribute.
</li><br>
<a name="autoload_undefined_devices"></a>
<li>autoload_undefined_devices<br>

View File

@ -1380,7 +1380,14 @@ Die folgenden lokalen Attribute werden von mehreren Ger&auml;ten verwendet:
<ul>
<li><a href="#archivedir">archivedir</a></li>
<li><a href="#archivecmd">archivecmd</a></li>
<li><a href="#nrarchive">nrarchive</a></li><br>
<li><a href="#nrarchive">nrarchive</a></li>
<a name="archivesort"></a>
<li>archivesort<br>
archivesort kann auf dem (voreingestellten) Wert alphanum oder timestamp
gesetzt werden, und bestimmt die Methode f&uuml;r die
Reihenfolgenberechnung der Dateien f&uuml;r nrarchive.<br>
</li><br>
<a name="autoload_undefined_devices"></a>
<li>autoload_undefined_devices<br>