翻訳と辞書
Words near each other
・ Slew-induced distortion
・ Slewacide
・ Slewing
・ Slewing bearing
・ Slewing drive
・ Slewton Combe
・ Slezak
・ Slezany
・ Sleze
・ Slezská Harta Dam
・ Slezská Ostrava
・ Slezské Pavlovice
・ Slezské Rudoltice
・ Slečna od vody
・ SLF
SLF4J
・ SLFN11
・ SLFN12
・ SLG
・ SLH
・ SLHS
・ SLI
・ Sli beatha
・ SLI Systems
・ Sliabh Beagh
・ Sliabh gCua
・ Sliabh gCua-Saint Marys GAA
・ Sliabh Luachra
・ SLIAC
・ Sliač


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

SLF4J : ウィキペディア英語版
SLF4J

Simple Logging Facade for Java (SLF4J) provides a Java logging API by means of a simple facade pattern. The underlying logging backend is determined at runtime by adding the desired binding to the classpath and may be the standard Sun Java logging package java.util.logging,〔(java.util.logging )〕 log4j, logback〔(logback )〕 or tinylog.〔(tinylog )〕〔(SLF4J binding for tinylog )〕
The separation of the client API from the logging backend reduces the coupling between an application and any particular logging framework. This can make it easier to integrate with existing or third-party code or to deliver code into other projects that have already made a choice of logging backend.
SLF4J was created by Ceki Gülcü as a more reliable alternative to Jakarta Commons Logging framework. Research in 2013 on 10,000 GitHub projects found that the most popular Java library is slf4j, with 30.7% of projects using it.
==Similarities and differences with log4j 2.x==
Apache log4j 2.x supports all slf4j features.〔(Apache log4j 2.x slf4j Binding )〕

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「SLF4J」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.