contains

operator fun contains(channel: LogChannel<*>): <Error class: unknown class>

Checks if a channel with the same name as the provided channel exists in this writer.

Return

true if a channel with the same name exists, false otherwise

Parameters

channel

The channel to check for