ESYAE-imza Kütüphaneleri

User Tools

Site Tools


en:esya:log

Farklar

Bu sayfanın seçili sürümü ile mevcut sürümü arasındaki farkları gösterir.

Karşılaştırma görünümüne bağlantı

en:esya:log [2013/07/24 06:15]
Dindar Öz
en:esya:log [2013/07/24 06:15] (mevcut)
Dindar Öz
Satır 3: Satır 3:
 ESYA JAVA API uses SLF4J API for logging purposes. SLF4J provides capability to use several existing logging solutions rather than providing a single standalone log framework.  ​ ESYA JAVA API uses SLF4J API for logging purposes. SLF4J provides capability to use several existing logging solutions rather than providing a single standalone log framework.  ​
  
-To record logs, firstly a logging API supported by SLF4J must be used two examples of which are JUL (java.util.logging) and LOG4J.You can also  use SLF4J'​s own API for logging. To use JUL, corresponding plug-in (slf4j-jdk14-<​version>​.jar) must be used. For LOG4J, the required plug-in is (slf4j-log4j12-<​sürüm>.jar) and LOG4J library files must also be added to the project. The configuration of logging must be performed by the employed API's settings. ​+To record logs, firstly a logging API supported by SLF4J must be used two examples of which are JUL (java.util.logging) and LOG4J.You can also  use SLF4J'​s own API for logging. To use JUL, corresponding plug-in (slf4j-jdk14-<​version>​.jar) must be used. For LOG4J, the required plug-in is (slf4j-log4j12-<​version>.jar) and LOG4J library files must also be added to the project. The configuration of logging must be performed by the employed API's settings. ​
  
 As for LOG4J, you can specify the configuration file by PropertyConfigurator.configure("​file_name"​) function call. As for LOG4J, you can specify the configuration file by PropertyConfigurator.configure("​file_name"​) function call.
en/esya/log.1374646520.txt.gz · Son değiştirilme: 2013/07/24 06:15 Değiştiren: Dindar Öz