Class SimpleLogger

java.lang.Object
net.christophermerrill.update4j.multichannel.core.SimpleLogger

public class SimpleLogger
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.io.File LOG_FILE  
    static java.lang.String LOGNAME  
  • Constructor Summary

    Constructors 
    Constructor Description
    SimpleLogger()  
  • Method Summary

    Modifier and Type Method Description
    static java.io.PrintStream getPrinter()  
    static void log​(java.lang.String message)  
    static void log​(java.lang.String message, java.lang.Throwable t)  

    Methods inherited from class java.lang.Object

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

    • LOGNAME

      public static java.lang.String LOGNAME
    • LOG_FILE

      public static java.io.File LOG_FILE
  • Constructor Details

  • Method Details

    • log

      public static void log​(java.lang.String message)
    • log

      public static void log​(java.lang.String message, java.lang.Throwable t)
    • getPrinter

      public static java.io.PrintStream getPrinter()