Class ErrorLogger


  • public class ErrorLogger
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ErrorLogger()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void error​(java.lang.String errorMsg, java.lang.Exception ex)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ErrorLogger

        public ErrorLogger()
    • Method Detail

      • error

        public void error​(java.lang.String errorMsg,
                          java.lang.Exception ex)