Uses of Class
org.apache.sis.util.logging.MonolineFormatter
-
Packages that use MonolineFormatter Package Description org.apache.sis.util.logging Extensions to the JDK logging framework. -
-
Uses of MonolineFormatter in org.apache.sis.util.logging
Methods in org.apache.sis.util.logging that return MonolineFormatter Modifier and Type Method Description static MonolineFormatter
MonolineFormatter. install()
Installs aMonolineFormatter
for the root logger, or returns the existing instance if any.static MonolineFormatter
MonolineFormatter. install(Logger logger, Level level)
Installs aMonolineFormatter
for the specified logger, or returns the existing instance if any.
-