# Sentinel Logging Extension SLF4J To use Sentinel Logging Extension SLF4J with Log4j2, you should add the following dependency firstly: ```xml com.alibaba.csp sentinel-logging-extension-slf4j x.y.z org.slf4j slf4j-api ${slf4j.version} ``` If you want to use Slf4j with Log4j2, you can add dependencies of Log4j2 and the binding about Log4j2 and SLF4J. Then you should provide logging configuration as specification of the logging framework. And you can add Sentinel's Loggers that it name is `sentinelRecordLogger` or `sentinelCommandCenterLogger` for your needs. For example: ```xml ```