Skip to content

brxie/PyLumberjack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

PyLumberjack

Lumberjack protocol implementation for Python

About protocol

Protocol details is available here

Usage

import Lumberjack

lumberjack = Lumberjack.Client(address = '127.0.0.1',
                               port = 8662,
                               sslCert = '/certs/host.crt')
lumberjack.connect()
lumberjack.write({"line":"hello"})

License

PyLumberjack is licensed under the Apache License 2.0.

About

Lumberjack protocol for python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages