Metadata-Version: 2.1
Name: hat-syslog
Version: 0.4.1.dev20210401
Summary: Hat Syslog
Home-page: https://github.com/hat-open/hat-core
License: Apache-2.0
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
Requires-Dist: appdirs
Requires-Dist: click
Requires-Dist: hat-util
Requires-Dist: hat-aio
Requires-Dist: hat-json
Requires-Dist: hat-juggler
Requires-Dist: hat-sqlite3

Hat Core - Syslog server and logging handler
============================================

This component is part of Hat Open project - open-source framework of tools and
libraries for developing applications used for remote monitoring, control and
management of intelligent electronic devices such as IoT devices, PLCs,
industrial automation or home automation systems.

Development of Hat Open and associated repositories is sponsored by
Končar - Power Plant and Electric Traction Engineering Inc.
(Končar KET - `<https://www.koncar-ket.hr>`_).

For more information see:

    * `hat-syslog` documentation - `<https://core.hat-open.com/docs/components/syslog.html>`_
    * Hat Core homepage - `<https://core.hat-open.com>`_
    * Hat Core git repository - `<https://github.com/hat-open/hat-core.git>`_

.. warning::

    This project is currently in state of active development. Features,
    functionality and API are unstable.


About
-----

`hat-syslog` package contains:

    * Syslog Server

        Centralized syslog message aggregating server with sqlite backend and
        real-time monitoring web based UI.

    * Syslog Handler

        Implementation of python's `logging.Handler` with background thread
        responsible for sending syslog messages.

    * Syslog Generator

        Simple testing tool used for generating syslog messages and sending
        them to Syslog Server.

