org.productivity.java.syslog4j.server
Class SyslogServerMain
java.lang.Object
org.productivity.java.syslog4j.server.SyslogServerMain
- public class SyslogServerMain
- extends java.lang.Object
This class provides a command-line interface for Syslog4j
server implementations.
Syslog4j is licensed under the Lesser GNU Public License v2.1. A copy
of the LGPL license is available in the META-INF folder in all
distributions of Syslog4j and in the base directory of the "doc" ZIP.
- Version:
- $Id: SyslogServerMain.java,v 1.1 2009/04/10 00:05:02 cvs Exp $
- Author:
- <syslog4j@productivity.org>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SyslogServerMain
public SyslogServerMain()
usage
protected static void usage(java.lang.String problem)
parseOptions
public static SyslogServerMain.Options parseOptions(java.lang.String[] args)
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception