Class LogWatch

    • Constructor Detail

      • LogWatch

        public LogWatch()
      • LogWatch

        public LogWatch​(String tag)
      • LogWatch

        public LogWatch​(String tag,
                        String message)
      • LogWatch

        public LogWatch​(long startTime,
                        long elapsedTime,
                        String process,
                        String message)
    • Method Detail

      • start

        public void start()
      • getStartTime

        public long getStartTime()
      • elapsedTime

        public long elapsedTime()
      • getElapsedTime

        public long getElapsedTime()
      • elapsedTime

        public long elapsedTime​(TimeUnit timeUnit)
      • getMessage

        public String getMessage()
      • toString

        public String toString​(long value,
                               TimeUnit timeUnit)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object