Files
jlog/README.md
2024-06-11 22:32:00 -04:00

949 B

jlog - Just Barely Logging

Features

  • Lit
  • Based

Installation

Include this repository as a CPM dependency, and link against the library. (TODO: Show the relevant CMake script lines.)

Using jlog is straightforward:

cpp

#include "jlog.h"

int main() { jlog::info("This is barely useful information."); jlog::error("Oops, something went wrong.");

return 0;

}

TODO

Custom Contexts: Allow users to specify custom logging contexts for better organization. Because sometimes you need to know if a log message came from "FunctionX" or "FunctionY".
Custom Formats: Add support for custom log message formats. Because who said all log messages have to look the same?
Documentation: Yeah, we should probably document this thing better. Coming soon™.

License

This software is written and developed by Josh O'Leary @ Redacted Software 2024. This work is dedicated to the public domain.

Contributing

Send'em pull requests.