org.wildfly.extras.creaper.commands.logging
Class Logging

java.lang.Object
  extended by org.wildfly.extras.creaper.commands.logging.Logging

public final class Logging
extends Object

A slightly more convenient way to create commands that affect the logging subsystem.


Nested Class Summary
static class Logging.ConsoleLogHandler
           
static class Logging.Logger
           
static class Logging.LogHandler
           
static class Logging.PeriodicRotatingFileLogHandler
           
static class Logging.RootLogger
           
 
Method Summary
static Logging.LogHandler handler()
           
static Logging.Logger logger()
           
static Logging.RootLogger rootLogger()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

rootLogger

public static Logging.RootLogger rootLogger()

logger

public static Logging.Logger logger()

handler

public static Logging.LogHandler handler()


Copyright © 2016. All rights reserved.