cascading.pattern.util
Class Logging

java.lang.Object
  extended by cascading.pattern.util.Logging

public class Logging
extends Object

LogUtil is an internal utility class for setting log levels.


Constructor Summary
Logging()
           
 
Method Summary
static String getLogLevel(ClassLoader loader, String log)
           
static void setLogLevel(ClassLoader loader, String log, String level)
           
static void setLogLevel(Class type, String log, String level)
           
static void setLogLevel(String level)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Logging

public Logging()
Method Detail

setLogLevel

public static void setLogLevel(String level)

setLogLevel

public static void setLogLevel(Class type,
                               String log,
                               String level)

setLogLevel

public static void setLogLevel(ClassLoader loader,
                               String log,
                               String level)

getLogLevel

public static String getLogLevel(ClassLoader loader,
                                 String log)


Copyright © 2007-2015 Concurrent, Inc. All Rights Reserved.