| Method | Description |
|---|---|
| org.jboss.logmanager.ExtLogRecord.getFormattedMessage() |
The formatter should normally be used to format the message contents.
|
| org.jboss.logmanager.handlers.SyslogHandler.isEscapeEnabled() |
escaping message values is not required per RFC5424
and is no longer supported in this handler
|
| org.jboss.logmanager.Logger.logrb(Level, String, String, String, String) | |
| org.jboss.logmanager.Logger.logrb(Level, String, String, String, String, Object) | |
| org.jboss.logmanager.Logger.logrb(Level, String, String, String, String, Object[]) | |
| org.jboss.logmanager.Logger.logrb(Level, String, String, String, String, Throwable) | |
| org.jboss.logmanager.handlers.SyslogHandler.setEscapeEnabled(boolean) |
escaping message values is not required per RFC5424
and is no longer supported in this handler
|
| Constructor | Description |
|---|---|
| org.jboss.logmanager.handlers.TcpOutputStream(Socket) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.