Class LogUtil


  • public class LogUtil
    extends java.lang.Object
    Hilfsfunktionen fuer das Logging
    Version:
    1.0.0
    Author:
    ws
    • Constructor Summary

      Constructors 
      Constructor Description
      LogUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String timedMsg​(long startMS, java.lang.String msg)  
      • Methods inherited from class java.lang.Object

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

      • LogUtil

        public LogUtil()
    • Method Detail

      • timedMsg

        public static java.lang.String timedMsg​(long startMS,
                                                java.lang.String msg)