Module glf.api

Class GLFReport

java.lang.Object
org.seppiko.glf.utils.GLFReport

public class GLFReport
extends java.lang.Object
GLF Report Util
Author:
Leonard Woo
  • Constructor Summary

    Constructors 
    Constructor Description
    GLFReport()  
  • Method Summary

    Modifier and Type Method Description
    static void err​(java.lang.String msg)  
    static void err​(java.lang.String msg, java.lang.Throwable t)  
    static void info​(java.lang.String msg)  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • err

      public static void err​(java.lang.String msg)
    • err

      public static void err​(java.lang.String msg, java.lang.Throwable t)
    • info

      public static void info​(java.lang.String msg)