All Projects → FedericoCeratto → nim-syslog

FedericoCeratto / nim-syslog

Licence: LGPL-3.0 License
Nim syslog module

Programming Languages

nim
578 projects

Projects that are alternatives of or similar to nim-syslog

theBookOfNoah
Everything ive learned developing web applications
Stars: ✭ 22 (+29.41%)
Mutual labels:  nim-lang
siemstress
Very basic CLI SIEM (Security Information and Event Management system).
Stars: ✭ 24 (+41.18%)
Mutual labels:  syslog
LatexDSL
A mini DSL to generate LaTeX from Nim
Stars: ✭ 22 (+29.41%)
Mutual labels:  nim-lang
alerta-contrib
Contributed integrations, plugins and custom webhooks
Stars: ✭ 107 (+529.41%)
Mutual labels:  syslog
unofficial-webapp-office-poc1
Access all of your favorite Office 365 apps from Linux
Stars: ✭ 31 (+82.35%)
Mutual labels:  nim-lang
nginx-prometheus
Turn Nginx logs into Prometheus metrics
Stars: ✭ 29 (+70.59%)
Mutual labels:  syslog
cpython
Alternative StdLib for Nim for Python targets, hijacks Python StdLib for Nim
Stars: ✭ 75 (+341.18%)
Mutual labels:  nim-lang
WatsonSyslogServer
C# Syslog Server
Stars: ✭ 18 (+5.88%)
Mutual labels:  syslog
docker-rsyslog
Rsyslog server with multiple input listeners (UDP/TCP/RELP) and outputs (file/kafka/syslog).
Stars: ✭ 18 (+5.88%)
Mutual labels:  syslog
kernel-syslog
📝 Kernel module that can be used as a replacement for syslog, logger or logwrapper
Stars: ✭ 37 (+117.65%)
Mutual labels:  syslog
easywave
Easy WAVE file handling for Nim
Stars: ✭ 18 (+5.88%)
Mutual labels:  nim-lang
nim-lmdb
Nim LMDB wrapper
Stars: ✭ 31 (+82.35%)
Mutual labels:  nim-lang
nim-telegram-bot
Nim Telegram Bot.
Stars: ✭ 18 (+5.88%)
Mutual labels:  nim-lang
grim
grim brings property graphs to the Nim language. Look around you: everything is a graph!
Stars: ✭ 44 (+158.82%)
Mutual labels:  nim-lang
Neel
A Nim library for making Electron-like HTML/JS GUI apps, with full access to Nim capabilities.
Stars: ✭ 144 (+747.06%)
Mutual labels:  nim-lang
flake-nimble
Nimble packages Nix flake [maintainer=@ehmry]
Stars: ✭ 26 (+52.94%)
Mutual labels:  nim-lang
nim magic
Nim cell magic for JupyterLab or Juypter Python Notebooks.
Stars: ✭ 41 (+141.18%)
Mutual labels:  nim-lang
cosmonim
A simple example to show how cosmopolitan libc can be used with Nim
Stars: ✭ 90 (+429.41%)
Mutual labels:  nim-lang
nimodpi
Oracle ODPI-C wrapper for Nim
Stars: ✭ 17 (+0%)
Mutual labels:  nim-lang
webgui
Web Technologies based Crossplatform GUI Framework with Dark theme
Stars: ✭ 81 (+376.47%)
Mutual labels:  nim-lang

nim-syslog

A simple syslog module for Nim. Supports Linux, BSD and Mac OS X.

badge tags License CircleCI TravisCI

Usage:

import syslog

syslog.openlog("MyApp", logUser)  # optional
syslog.info("Good news")
syslog.debug("Psst")
syslog(logAlert, "Alert!")
syslog.closelog()  # optional

Supported priorities: emerg, alert, crit, error, info, debug, notice, warn[ing]

nimble install syslog

Contributing

Testing and PRs are welcome.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].