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.3 2010/11/28 01:38:08 cvs Exp $
 
- Author:
 
  - <syslog4j@productivity.org>
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CALL_SYSTEM_EXIT_ON_FAILURE
public static boolean CALL_SYSTEM_EXIT_ON_FAILURE
SyslogServerMain
public SyslogServerMain()
usage
public 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