Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
570 views
in Technique[技术] by (71.8m points)

java - How to use tinylog with netbeans

I am trying to use tinylog with netbeans. I have some questions regarding that:

  1. How to configure tinylog using a property file for netbeans maven web application.

  2. How to get logs in JSON format.

  3. If I have more than one writers configured then How can I log to only a certain writer and skip other writers.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Answer for the first question:

In case of maven project (regardless of the IDE), you should put tinylog.properties file into src/main/resources folder. See Maven project structure - non-java code, such as a property file, is called a resource in maven terminology.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

2.1m questions

2.1m answers

60 comments

56.8k users

...