Skip to content

Commit 5676a54

Browse files
authored
Update README.md
1 parent ecc6b0c commit 5676a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ArduinoLog - C++ Log library for Arduino devices
22
====================
33

4-
*An small Logging library for embedded systems.*
4+
*An minimalistic Logging framework for Arduino-compatible embedded systems.*
55

66
ArduinoLog is a minimalistic framework to help the programmer output log statements to a variety of output targets, fashioned after xtensive logging libraries such as log4cpp ,log4j and log4net. In case of problems with an application, it is helpful to enable logging so that the problem can be located. ArduinoLog is designed so that log statements can remain in the code with minimal performance cost. In order to facilitate this the loglevel can be adjusted, and if the code is completely tested all logging code can be compiled out.
77

0 commit comments

Comments
 (0)