edu.stanford.nlp.util.logging
Class StanfordRedwoodConfiguration

java.lang.Object
  extended by edu.stanford.nlp.util.logging.RedwoodConfiguration
      extended by edu.stanford.nlp.util.logging.StanfordRedwoodConfiguration

public class StanfordRedwoodConfiguration
extends RedwoodConfiguration

Author:
Gabor Angeli (angeli at cs.stanford)

Method Summary
static void apply(java.util.Properties props)
          Configures the Redwood logger using a reasonable set of defaults, which can be overruled by the supplied Properties file
static void minimalSetup()
           
static void setup()
          Set up the Redwood logger with Stanford's default configuration
 
Methods inherited from class edu.stanford.nlp.util.logging.RedwoodConfiguration
apply, captureStderr, captureStdout, captureStreams, clear, collapseApproximate, collapseExact, collapseNone, console, current, empty, file, handler, hideChannels, loggingClass, loggingClass, neatExit, parse, printChannels, rootHandler, showOnlyChannels, splice, standard, stderr, stdout
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

apply

public static void apply(java.util.Properties props)
Configures the Redwood logger using a reasonable set of defaults, which can be overruled by the supplied Properties file

Parameters:
props - The properties file to overrule or augment the default configuration

setup

public static void setup()
Set up the Redwood logger with Stanford's default configuration


minimalSetup

public static void minimalSetup()


Stanford NLP Group