firo_logger 0.1.0

A logger that prints colours
Documentation
1
2
3
4
5
6
7
Import the logger and use it like this:
        Logger::log("This is a log message");
        Logger::error("This is an error message");
        Logger::warning("This is a warning message");
        Logger::info("This is an info message");
        Logger::debug("This is a debug message");
        Logger::success("This is a success message");