Class LogHelper


  • public class LogHelper
    extends java.lang.Object
    Hilft beim Logging mit log4j
    • Constructor Summary

      Constructors 
      Constructor Description
      LogHelper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.apache.log4j.Logger getLogger()
      Holt den passenden logger für die Anwendung
      • Methods inherited from class java.lang.Object

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

      • LogHelper

        public LogHelper()
    • Method Detail

      • getLogger

        public static org.apache.log4j.Logger getLogger()
        Holt den passenden logger für die Anwendung
        Returns:
        Der Aktuelle passende Logger, null bei error