# noark-slf4j-impl **Repository Path**: xiaoe/noark-slf4j-impl ## Basic Information - **Project Name**: noark-slf4j-impl - **Description**: 用于桥接第三方框架里的日志输出到noark-log - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2019-07-31 - **Last Updated**: 2022-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # noark-slf4j-impl [![Build Status](https://img.shields.io/badge/build-passing-brightgreen)](https://gitee.com/xiaoe/noark-slf4j-impl) [![JDK](https://img.shields.io/badge/JDK-1.8%2B-green.svg)](https://www.oracle.com/technetwork/java/javase/downloads/index.html) [![maven](https://maven-badges.herokuapp.com/maven-central/xyz.noark/noark-slf4j-impl/badge.svg)](https://search.maven.org/search?q=a:noark-slf4j-impl) [![license](https://img.shields.io/hexpm/l/plug.svg)](http://www.apache.org/licenses/LICENSE-2.0) Noark传送门 [https://gitee.com/xiaoe/noark3](https://gitee.com/xiaoe/noark3) #### 介绍 用于一些框架桥接slf4j到Noark日志 注意一点,由于是这个工程的作用是桥接第三方框架中的日志系统,所有Info级别以下的信息是没有输出的,不要问,这个功能没有配置参数 ``` SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. ``` 引用的第三方日志框使用了SLF4J,所以对应的Noark也提供了对应的实现 ```maven xyz.noark noark-slf4j-impl 1.0.0.Final ``` ```gradle implementation 'xyz.noark:noark-slf4j-impl:1.0.0.Final' ```