org.olat.core.logging
Class LogDelegator

java.lang.Object
  extended by org.olat.core.logging.LogDelegator
Direct Known Subclasses:
AbstractOLATModule, BasicManager, CalendarNotificationHandler, CalendarNotificationsUpgrade, ClasspathMediaResource, ClassPathStaticDispatcher, ContextHelpDispatcher, CourseUpgrade, DBImpl, DropboxFileUploadNotificationHandler, DropboxFileUploadNotificationsUpgrade, FeedMediaDispatcher, Form, Formatter, ForumManager, ForumNotificationsHandler, ForumNotificationsUpgrade, IdentityEnvironment, NekoHTMLFilter, NewControllerFactory, NoteManager, NotificationsManager, OWASPAntiSamyXSSFilter, PackageTranslator, PersistedProperties, QuoteAndTagFilter, SharedFolderWebDAVProvider, StaticMediaDispatcher, UserCommentsManager, UserPropertiesConfigImpl, UserRatingsManager, VelocityHelper, WikiPageChangeOrCreateNotificationHandler, WikiPageChangeOrCreateNotificationsUpgrade

public class LogDelegator
extends java.lang.Object

Description:

Whenever you have a class that needs logging you can extend from this one to add logging features to the class. The class uses the delegate pattern to forward all logging requests to an OLog object.

Initial Date: 28.08.2008

Author:
Florian Gnaegi, frentix GmbH, http://www.frentix.com

Constructor Summary
LogDelegator()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogDelegator

public LogDelegator()