objectionary / ineo-maven-plugin

Maven plugin that inlines and specializes objects in EO programs
http://www.objectionary.com/ineo-maven-plugin/
MIT License
4 stars 2 forks source link

jcabi-log 0.24.0 with "%[file]s" decor #36

Open yegor256 opened 10 months ago

yegor256 commented 10 months ago

Let's use recently released jcabi-log version 0.24.0. There is a new "file" decor, which allows us to show file name in a log line, in a compressed format:

Logger.info("The file was created: %[file]s", path);

This log line will not print absolute path of the file, but only its relative to the current directory part. Thus, our logs will be much more readable, comparing to now.