Standard implementation of a channel associated with a logging
facility. All messages for the facility are written using a channel.
Care is take to avoid synchronization when possible for performance
reasons.
author: Mark Diekhans See Also:com.lutris.logging.LogChannel See Also:com.lutris.logging.StandardLogger
Construct a new log channel.
Parameters: chanFacility - The facility that the channel is associate with. Parameters: loggerObj - The logging object that this channel will be associatedwith.