Class MessageVortexLogger

java.lang.Object
java.util.logging.Logger
net.messagevortex.MessageVortexLogger

public class MessageVortexLogger extends Logger
  • Method Details

    • setGlobalLogLevel

      public static void setGlobalLogLevel(Level l)

      Sets the provided log level globally.

      Parameters:
      l - the log level to be set
    • getGlobalLogLevel

      public static Level getGlobalLogLevel()

      Gets the log level of the global logger.

      Returns:
      the previously set log level
    • getGlobalLogger

      public static Logger getGlobalLogger()

      gets the global logger.

      Returns:
      the requested logger
    • getLogger

      public static Logger getLogger(String name)
    • flush

      public static void flush()