Example usage for org.apache.poi.util SystemOutLogger subclass-usage

List of usage examples for org.apache.poi.util SystemOutLogger subclass-usage

Introduction

In this page you can find the example usage for org.apache.poi.util SystemOutLogger subclass-usage.

Usage

From source file com.helger.poi.POISLF4JLogger.java

/**
 * A special {@link org.apache.poi.util.POILogger} implementation that uses
 * SLF4J. Set the system property "org.apache.poi.util.POILogger" to this class,
 * to use it (see {@link com.helger.poi.POISetup} for the code). It is derived
 * from {@link SystemOutLogger}, because the super class
 * {@link org.apache.poi.util.POILogger} only has a package-private ctor.