-
Notifications
You must be signed in to change notification settings - Fork 0
Logging
TsSaltan edited this page Jan 28, 2022
·
1 revision
- @see https://habr.com/ru/post/456676/
- @example (new Logger('logs-section'))->add(Logger::LEVEL_DEBUG, $message, ['debug' => 'data']);
- @example Logger::section()->add(Logger::LEVEL_DEBUG, $message, ['debug' => 'data']);
- @example Logger::section()->debug($message, ['debug' => 'data']);
- @example Logger::section()->notice($message, ['debug' => 'data']);
- @example Logger::section()->error($message, ['debug' => 'data']);