Package org.javasimon.callback.logging

LoggingCallback is able to log stopwatch splits and statistics once in a while (N per millisecond, every N split, when split is longer than N ms, etc.) and to various outputs (SLF4J, JUL).

See: Description

Package org.javasimon.callback.logging Description

LoggingCallback is able to log stopwatch splits and statistics once in a while (N per millisecond, every N split, when split is longer than N ms, etc.) and to various outputs (SLF4J, JUL). These logging strategies are called log templates inherit from LogTemplate and are produced by LogTemplates (factory class): Then LogMessageSource is called back by the LogTemplate to get the message (a String) to log: what.

Copyright © 2019. All rights reserved.