[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/libraries/vendor/psr/log/Psr/Log/ -> AbstractLogger.php (summary)

This is a simple Logger implementation that other Loggers can inherit from. It simply delegates all log-level-specific methods to the `log` method to reduce boilerplate code that a simple Logger that does the same thing with messages regardless of the error level has to implement.

File Size: 128 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 8 functions

  emergency()
  alert()
  critical()
  error()
  warning()
  notice()
  info()
  debug()

Functions
Functions that are not part of a class:

emergency($message, array $context = array()   X-Ref
System is unusable.

param: string  $message
param: mixed[] $context
return: void

alert($message, array $context = array()   X-Ref
Action must be taken immediately.

Example: Entire website down, database unavailable, etc. This should
trigger the SMS alerts and wake you up.

param: string  $message
param: mixed[] $context
return: void

critical($message, array $context = array()   X-Ref
Critical conditions.

Example: Application component unavailable, unexpected exception.

param: string  $message
param: mixed[] $context
return: void

error($message, array $context = array()   X-Ref
Runtime errors that do not require immediate action but should typically
be logged and monitored.

param: string  $message
param: mixed[] $context
return: void

warning($message, array $context = array()   X-Ref
Exceptional occurrences that are not errors.

Example: Use of deprecated APIs, poor use of an API, undesirable things
that are not necessarily wrong.

param: string  $message
param: mixed[] $context
return: void

notice($message, array $context = array()   X-Ref
Normal but significant events.

param: string  $message
param: mixed[] $context
return: void

info($message, array $context = array()   X-Ref
Interesting events.

Example: User logs in, SQL logs.

param: string  $message
param: mixed[] $context
return: void

debug($message, array $context = array()   X-Ref
Detailed debug information.

param: string  $message
param: mixed[] $context
return: void



Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer