java - In an Eclipse Project, how to get simplelogger.properties file automatically included if using SLF4J Simple Logging? -


i have downloaded , unzip slf4j 1.7.12 on pc @ d:/source/programsinstalled/slf4j-1.7.12 folder.

i want work simple logging of slf4j concentrating on these 2 files:

  1. slf4j-api-1.7.12.jar
  2. slf4j-simple-1.7.12.jar

in eclipse want have above 2 files treated 1 library can include library in project if need it.

so in eclipse created new user library named slf4j_1.7.12_simple , include above 2 files in it.

now in project want use simple logging of slf4j, can include user library slf4j_1.7.12_simple.

but in such project want include simplelogger.properties file. possible automatically include file in project if project include user library slf4j_1.7.12_simple? if yes how?

assume simplelogger.properties file located in d:/source/programsinstalled/slf4j-1.7.12 folder.

thanks


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -