Exceptional occurrences that are not errors.
Example: Use of deprecated APIs, poor use of an API, undesirable things that are not necessarily wrong.
public function warning(string|\Stringable $message, array $context = []) : void { $this->log(LogLevel::WARNING, $message, $context); }