Package org.olat.core.logging

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


            }
          }
        }
        in.close();
      } catch (Exception e) {
        log.error("Error while reading chelp blacklist::" + blackListFile.getAbsolutePath(), e);
      }
    }
    return blacklist;
  }
}
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.