Package zombie

Class IndieLogger

java.lang.Object
zombie.IndieLogger

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

    Fields
    Modifier and Type Field Description
    static java.util.logging.Logger logger  
  • Constructor Summary

    Constructors
    Constructor Description
    IndieLogger()  
  • Method Summary

    Modifier and Type Method Description
    static void init()  
    static void Log​(java.lang.String log)  

    Methods inherited from class java.lang.Object

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

    • logger

      public static java.util.logging.Logger logger
  • Constructor Details

    • IndieLogger

      public IndieLogger()
  • Method Details

    • init

      public static void init() throws java.io.IOException
      Throws:
      java.io.IOException
    • Log

      public static void Log​(java.lang.String log)