v1.0.0
English

Logger.php

system/Log/Logger.php
1 class 12 methods

class Logger

The CodeIgntier Logger The message MUST be a string or object implementing __toString(). The message MAY contain placeholders in the form: {foo} where foo will be replaced by the context data in key "foo". The context array can contain arbitrary data, the only assumption that can be made by implementors is that if an Exception instance is given to produce a stack trace, it MUST be in a key named "exception".
__construct ($config, bool $debug = CI_DEBUG) public
emergency (string|Stringable $message, array $context = []) public
alert (string|Stringable $message, array $context = []) public
critical (string|Stringable $message, array $context = []) public
error (string|Stringable $message, array $context = []) public
warning (string|Stringable $message, array $context = []) public
notice (string|Stringable $message, array $context = []) public
info (string|Stringable $message, array $context = []) public
debug (string|Stringable $message, array $context = []) public
log ($level, string|Stringable $message, array $context = []) public
interpolate ($message, array $context = []) protected
determineFile () public
phpDG v1.0.0 Logger.php 662 files 498 classes 763 fn
Generated