mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-29 00:33:50 +01:00
2019-01-02 Fred Gleason <fredg@paravelsystems.com>
* Added a 'lineNumber' parameter to the 'padUpdate' structure. * Added a 'FIELD_LINE_NUMBER' data value to PyPAD. * Defined the '%z' metadata wildcard to refer to log line number. * Added a 'lineId' parameter to the 'padUpdate' structure. * Added 'FIELD_LINE_ID' data value to PyPAD. * Defined the '%x' metadata wildcard to refer to log line ID.
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
#include <rdlog_line.h>
|
||||
#include "../apis/rlm/rlm.h"
|
||||
|
||||
void RDResolveNowNext(QString *str,RDLogLine **loglines,int encoding);
|
||||
QString RDResolveNowNext(const QString &pattern,RDLogLine *ll);
|
||||
void RDResolveNowNext(QString *str,RDLogLine **loglines,int line,int encoding);
|
||||
QString RDResolveNowNext(const QString &pattern,RDLogLine *ll,int line);
|
||||
|
||||
|
||||
#endif // RDNOWNEXT_H
|
||||
|
||||
Reference in New Issue
Block a user