Skip to content
/ DLog Public

Extensible debug logging library for Arduino.

Notifications You must be signed in to change notification settings

liebman/DLog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DLog - an extensible debug logging system

DLog is a robust, extensible debug logging system supporting multiple log destinations. While it's mainly intended for ESP8266 and ESP32 it may work on others if sufficient C++ STL support is included.

Build Status

Features

  • Multiple "writers" allow output to Serial and Network destinations with addon DLogNet library
  • Configurable format.

Implemnented Writers

  • DLogPrintWriter - sends log lines to any object inheriting from Print.
  • DLogTCPWriter - sends log lines to remote systems (with DLogNet)

Future Writers

  • DLogUDPWriter - send log lines to remote systems via UDP
  • DLogSyslogWriter - send log lines to syslog
  • DLogESWriter - send log lines to Elastic Search

Releases

No releases published

Packages

No packages published