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

Categories

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

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

1 Answer

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...