java - How to edit custom message in log files while creation -


i using slf4j logging in application. have set 100 kb max size of log file. when, first time, application starts, log file created , modifying content user information. when next time, log file created in middle of application, user information not captured. there way enter own messages in log file whenever generated.


Comments

Popular posts from this blog

Lists in Python -

android - can not access to progress bar in an other activity -

java - Vaadin 7 Pass Data Between Views -