Package arc.util

Class Logger

java.lang.Object
arc.util.Logger

public class Logger extends Object
Logger with topics.
  • Field Details

  • Constructor Details

    • Logger

      public Logger()
    • Logger

      public Logger(Class<?> clazz)
      Uses the capitalized class name (without package) as a topic.
    • Logger

      public Logger(Class<?>... classes)
      Uses the capitalized class name (without package) for the first class, and the fully qualified class name for others.
    • Logger

      public Logger(String topic)
    • Logger

      public Logger(String... topics)
  • Method Details