Class Log
Singleton class that sets up the logging facility (using Monolog) once.
Usage:
Log::info("An info message."); Log::warning("A warning message."); Log::error("An error message.");
Singleton class that sets up the logging facility (using Monolog) once.
Usage:
Log::info("An info message."); Log::warning("A warning message."); Log::error("An error message.");