Uses of Class
org.knime.core.node.NodeLogger.LEVEL

Packages that use NodeLogger.LEVEL
org.knime.core.node Contains all classes needed to implement a new node in the workflow. 
 

Uses of NodeLogger.LEVEL in org.knime.core.node
 

Methods in org.knime.core.node that return NodeLogger.LEVEL
 NodeLogger.LEVEL NodeLogger.getLevel()
          Returns the minimum logging retrieved from the underlying Log4J logger.
static NodeLogger.LEVEL NodeLogger.LEVEL.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NodeLogger.LEVEL[] NodeLogger.LEVEL.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.knime.core.node with parameters of type NodeLogger.LEVEL
static void NodeLogger.addWriter(Writer writer, NodeLogger.LEVEL minLevel, NodeLogger.LEVEL maxLevel)
          Adds a new Writer with the given level to this logger.
 boolean NodeLogger.isEnabledFor(NodeLogger.LEVEL level)
          Returns true if the underlying Log4J logger is enabled for the given level.
static void NodeLogger.setLevel(NodeLogger.LEVEL level)
          Sets an new minimum logging level for all internal appenders, that are, log file, and System.out and System.err appender.
static void NodeLogger.setLevelIntern(NodeLogger.LEVEL level)
          Deprecated. 
 



Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.