Examples of addLoggingResourceInfo()


Examples of org.olat.core.logging.activity.IUserActivityLogger.addLoggingResourceInfo()

    if (logger==null) {
      // logger is never null - guaranteed.
      // throw this in the unlikely odd still
      throw new IllegalStateException("no logger set");
    }
    logger.addLoggingResourceInfo(loggingResourceable);
  }
 
  /**
   * FRAMEWORK USE ONLY!
   * <p>
 
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.