I see examples for extending the ILog interface that involve a custom version of the LogManager. However, is it possible simply to provide my own implementation of the standard ILog interface and configure the LogManager to return it? If so, how? I can certainly follow the examples and write my own LogManager, but I'd hate to do so unnecessarily.
Thanks very much! Julie