ulog icon indicating copy to clipboard operation
ulog copied to clipboard

ulog (uber log) is a lightweight and threadsafe logger in C that provides color coded output, as well as the ability to send logs to a file.

Results 5 ulog issues
Sort by recently updated
recently updated
newest added

For some reason despite not actually uploading anything to github, releases are failing due to a "missing token", see https://travis-ci.com/github/bonedaddy/ulog/builds/209236979#L1703

I'm wondering if we should set allignment requirements for the struct and all other possible locations. https://gcc.gnu.org/onlinedocs/gcc-3.1/gcc/Type-Attributes.html https://embeddedartistry.com/blog/2017/02/22/generating-aligned-memory/

A function can be added that lets you toggle debug mode during program execution, whereas currently it requires setting it at logger startup.

Right now the usage example doesn't show how you can use either a debug log or non debug log.

# Goals (Long Term) ... # Non Goals * log file rotation * Complex log sending * We send to stdout, or a file descriptor that's it