com.deliver8r.maven.servicewrapper.SysLog Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of servicewrapper-maven-plugin Show documentation
Show all versions of servicewrapper-maven-plugin Show documentation
Maven Plugin for building Service Wrappers for Java Applications
package com.deliver8r.maven.servicewrapper;
public class SysLog {
public SyslogFacility facility;
public String ident;
public String localHostname;
public LogLevel logLevel;
public Host remote;
public Boolean splitMessages;
}