dev-master
9999999-devGoma logging gives some abilities for logging. It automatically adds output-logging if environment is command line.
LGPL-3.0
The Requires
by Goma Team
Goma logging gives some abilities for logging. It automatically adds output-logging if environment is command line.
GomaLogging provides logging functionality., (*1)
Logger::log($logString, $level) - Logs information, possible levels: * Logger::LOG_LEVEL_LOG * Logger::LOG_LEVEL_ERROR * Logger::LOG_LEVEL_DEBUG * Logger::LOG_LEVEL_PROFILE * Logger::LOG_LEVEL_SLOW_QUERY, (*2)
Levels can also be used together, for example:
Logger::log("My Log Message", Logger::LOG_LEVEL_DEBUG | Logger::LOG_LEVEL_LOG)
, (*3)
Goma logging gives some abilities for logging. It automatically adds output-logging if environment is command line.
LGPL-3.0