I haven't heard any objections, so I'll start working on this...
Bill Shannon wrote on 08/13/2010 03:38 PM:
> One of the things that's always bothered me is that local asadmin commands
> (subclassing CLICommand) use a completely different logging mechanism
> (CLILogger) from that used for classes in the server. I'd like to change
> that.
>
> I'd like to get rid of CLILogger and let classes use a normal Logger to
> log output. Don't worry, I'll change all the existing classes.
>
> Does anyone object if I make this change?