This package provides the Sakai Log Service API.
The Logger interface provides a logging service.
This is function compatible with Apache's Commons-Logging, but is used as a single instance to call to log programming events.
A cover is provided for cases where service locator is needed to find the logger. Rather than locating the service, the cover can be called statically:
Logger.info("this is a message");
This removes the caller's dependency on the service locator technology.