ice framework documentation ice doc v1.10.1
Class Ice Log

LoggerInterface

Methods
  • emergency(string $message, array $context) : void
  • alert(string $message, array $context) : void
  • critical(string $message, array $context) : void
  • error(string $message, array $context) : void
  • warning(string $message, array $context) : void
  • notice(string $message, array $context) : void
  • info(string $message, array $context) : void
  • debug(string $message, array $context) : void
  • log(variable $level, string $message, array $context) : void
Methods Details
  • public function emergency(string $message, array $context)

  • public function alert(string $message, array $context)

  • public function critical(string $message, array $context)

  • public function error(string $message, array $context)

  • public function warning(string $message, array $context)

  • public function notice(string $message, array $context)

  • public function info(string $message, array $context)

  • public function debug(string $message, array $context)

  • public function log(variable $level, string $message, array $context)