Sets the default channel for logging operations.
channel - The name of the default channel
channel
@override void setDefaultChannel(String channel) { _defaultChannel = channel; }