Class LoggerUtil

java.lang.Object
org.aesh.readline.util.LoggerUtil

public class LoggerUtil extends Object
butt ugly logger util, but its simple and gets the job done (hopefully not too dangerous) warning: made it even uglier when Settings was changed to not be a Singleton... gah!
Author:
Ståle W. Pedersen, Daniel Cunha (soro)
  • Constructor Details

    • LoggerUtil

      public LoggerUtil()
  • Method Details

    • getLogger

      public static Logger getLogger(Class clazz)
    • getLogger

      public static Logger getLogger(String name)
    • doLog

      public static void doLog()