Provides a channel‑specific wrapper around a CoreLogger.
Each channel is identified by a string name. The class forwards all
logging calls to an underlying CoreLogger instance if it
exists and if the desired log level is enabled. If no logger is
attached, all logging methods become no‑ops.
Provides a channel‑specific wrapper around a CoreLogger.
Each channel is identified by a string name. The class forwards all logging calls to an underlying CoreLogger instance if it exists and if the desired log level is enabled. If no logger is attached, all logging methods become no‑ops.
Implements