Module cloudi_logger_kernel

CloudI Erlang Kernel Logger Integration

.

Copyright © 2023 Michael Truog

Version: 2.0.7 Oct 26 2023 12:17:22 ------------------------------------------------------------------------

Authors: Michael Truog (mjtruog at protonmail dot com).

Description

CloudI Erlang Kernel Logger Integration

Function Index

filter_out_supervisor_started/2

Erlang kernel logger filter for supervisor report started messages.

{fun cloudi_logger_kernel:filter_out_supervisor_started/2, [tls_dyn_connection_sup]} will prevent the logging of supervisor report started messages from the tls_dyn_connection_sup module.

Function Details

filter_out_supervisor_started/2

filter_out_supervisor_started(X1::logger:log_event(), Supervisors::[module(), ...]) -> ignore | stop

Erlang kernel logger filter for supervisor report started messages.

{fun cloudi_logger_kernel:filter_out_supervisor_started/2, [tls_dyn_connection_sup]} will prevent the logging of supervisor report started messages from the tls_dyn_connection_sup module.


Generated by EDoc