how to configure my own formatter in java logging property file
- by loudiyimo
For my java project, i am using the java logging api. I want to log everything using a property file.
Before using this file (log.properties), I configured my onwn fommater in the java code. (see below)
Now I want to configure my own fomater in the propertie file, instead of the java code.
does someone know how to do that ?
Formatter formatter…