Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Logging.php
function Logging::disable
File
vendor/
open-telemetry/
api/
Behavior/
Internal/
Logging.php
, line 92
Class
Logging
Logging utility functions for internal logging (of OpenTelemetry errors/warnings etc). This is not part of SDK configuration to avoid creating a dependency on SDK from any package which does logging. @todo this should be `@internal`, but deptrac is…
Namespace
OpenTelemetry\API\Behavior\Internal
Code
public static
function
disable
() : void {
self
::$
writer
=
new
NoopLogWriter
(); }
RSS feed