Installation guide

Sms4Domino Help
- 112 -
Console Appender settings
Console Appender settingsConsole Appender settings
Console Appender settings
A console appender should be used to route all logging information to the Sms4Domino console.
When Sms4Domino runs as a server add-in the console is integrated with the Domino console
and the Domino log.nsf.
A typical console appender is configured with following four configuration entries (assuming the
appender is called console1 as defined by
log4
j
.rootLogger=INFO, console1
)
log4
j
.appender.console1=org.apache.log4
j
.ConsoleAppender
log4
j
.appender.console1.layout=org.apache.log4
j
.PatternLayout
log4
j
.appender.console1.encoding=UTF-8
log4
j
.appender.console1.layout.ConversionPattern=%d{HH:mm:ss,SSS} %m %n