Package com.microstrategy.utils.log
Class Slf4jHandler
- java.lang.Object
-
- com.microstrategy.utils.log.Handler
-
- com.microstrategy.utils.log.Slf4jHandler
-
- All Implemented Interfaces:
Configurable
public class Slf4jHandler extends Handler
-
-
Constructor Summary
Constructors Constructor Description Slf4jHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
void
flush()
void
publish(LogRecord record)
-
Methods inherited from class com.microstrategy.utils.log.Handler
configure, getEncoding, getEncodingSchemeSetting, getException, getFilter, getFilterSetting, getFormatter, getFormatterSetting, getLevel, getLevelSetting, getStringSettingWithDefaultValue, isLoggable, setEncoding, setException, setFilter, setFormatter, setLevel
-
-