the syslog file... i forgot... ;)
This commit is contained in:
parent
7a16d4ade1
commit
137ffc575e
1 changed files with 10 additions and 0 deletions
10
lib/processors/syslog.py
Normal file
10
lib/processors/syslog.py
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
"""
|
||||||
|
The syslog processor
|
||||||
|
"""
|
||||||
|
|
||||||
|
from processor import Processor
|
||||||
|
|
||||||
|
|
||||||
|
class Syslog(Processor):
|
||||||
|
def __init__(self):
|
||||||
|
pass
|
||||||
Loading…
Add table
Add a link
Reference in a new issue