Skip navigation links

Package edu.stanford.nlp.util.logging

Contains the Redwood logging system that is the primary logging facade or system for Stanford CoreNLP.

See: Description

Package edu.stanford.nlp.util.logging Description

Contains the Redwood logging system that is the primary logging facade or system for Stanford CoreNLP.

With use of Redwood, logging will be done via another logger/facade like slf4j if it is available, but the system will run fine with no logging libraries on the classpath.

Redwood also has some particular features such as logging tracks.

Author:
Gabor Angeli
Skip navigation links

Stanford NLP Group