io.sarl.sre.janus.services.logging.jul
Class SreJulPatternFormatter
class SreJulPatternFormatter
extends JulPatternFormatter
SRE-specific JUL formatter based on pattern.

The format string may contains one of the following elements:
  • %1: the date,
  • %2: the name of the calling function,
  • %3: the name of the logger,
  • %4: the logging level,
  • %5: the message, and
  • %6: the throwable.
Maven Group Identifier:
io.sarl.sre.janus
Maven Artifact Identifier:
janus.kernel
Since:
0.11
Action Summary
Modifier and type Action and description
protected java.lang.String filterLogName(String)
Inherited: format(LogRecord)
Action Details
filterLogName(String)
protected def filterLogName(String) : java.lang.String