Package org.olat.core.logging

Examples of org.olat.core.logging.OLog.info()


        while ((strLine = br.readLine()) != null) {
          if (StringHelper.containsNonWhitespace(strLine)) {
            strLine = strLine.trim();
            if ( ! strLine.startsWith("#")) {
              blacklist.add(strLine.trim());
              log.info("Excluding chelp path::" + strLine + " - found on blacklist::" + blackListFile.getAbsolutePath());             
            }
          }
        }
        in.close();
      } catch (Exception e) {
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.