Changed syslog event listener id
This commit is contained in:
parent
d44f9446a2
commit
56579fe0f6
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ import org.productivity.java.syslog4j.SyslogIF;
|
||||||
*/
|
*/
|
||||||
public class SysLoggingEventListenerProviderFactory implements EventListenerProviderFactory {
|
public class SysLoggingEventListenerProviderFactory implements EventListenerProviderFactory {
|
||||||
|
|
||||||
public static final String ID = "sys-logging";
|
public static final String ID = "syslog";
|
||||||
|
|
||||||
private SyslogIF syslogger;
|
private SyslogIF syslogger;
|
||||||
private String protocol;
|
private String protocol;
|
||||||
|
|
Loading…
Reference in a new issue