Arduino-Log icon indicating copy to clipboard operation
Arduino-Log copied to clipboard

Simple application log library. supporting multiple log levels, custom output & flash memory support.

Results 9 Arduino-Log issues
Sort by recently updated
recently updated
newest added

I'm using Arduino Log in a project with other libraries that already have defines set up for `LOG_LEVEL_ERROR` amongst other things. This causes a number of warnings at compile time...

Hello, Thank you for maintaining the lib, it is very handy ! Sorry if I missed something but it seems that CR and LF definition were inverted.

This is a fork of @xHeler 's idea of implementing ANSI colours to distinguish different log types. I have added the possibility to enable/disable (default disabled) this functionality either from...

Added a mutex lock so multi-core applications can log safely

In some cases you do not want the Log object to be instantiated automatically by the library. Reasons could be that you want to control the heap memory segment type...

As I am getting constant warnings from g++ from Arduino IDE v2, I'm nuking the now pointless "register" definitions. We are now compiling usually with C++17, or maybe C++11, both...

![image](https://user-images.githubusercontent.com/53053071/157991157-f5e43c16-688c-40c5-b7da-5e124591a650.png)

Fix compile-error if #define DISABLE_LOGGING: Add #ifndef DISABLE_LOGGING around _logOutput statement

cppcheck (used in platform.io check) complained about the va_list not being closed before returning from printLevel