ابدأ بالتواصل مع الأشخاص وتبادل معارفك المهنية

أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.

متابعة

How can i do logging in spring?

user-image
تم إضافة السؤال من قبل shweta tyagi , Specialist - Backend Development , taqnia
تاريخ النشر: 2016/02/17
ABDUR RASHEED
من قبل ABDUR RASHEED , Programmer Analyst , Department of Health

Easy way to use Log4J functionality inside Spring applications.

Install log4J in your machine.

 

StepDescription1 Create a project with a name xyz and create a package  under the src folder in the created project. 2 Add required Spring libraries using Add External JARs option. 3 Add log4j library log4j-x.y.z.jar as well in your project using using Add External JARs. 4 Create Java classes under the package. 5 Create Beans configuration file Beans.xml under the src folder. 6 Create log4J configuration file log4j.properties under the src folder. 7 The final step is to create the content of all the Java files and Bean Configuration file and run the application.

المزيد من الأسئلة المماثلة