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?