| Constructs a new WriterLogger with the specified Writer and name.
The value of the name argument is only relevant if the
BasicLogFormatter.OutputName static property is set to true ,
otherwise the name is not included in the output at all.
Parameters: writer - the Writer to which all output is sent. Parameters: name - the logger name, may be null . |