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");