org.productivity.java.syslog4j.server
Class SyslogServerMain

java.lang.Object
  extended by 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>

Nested Class Summary
static class SyslogServerMain.Options
           
 
Field Summary
static boolean CALL_SYSTEM_EXIT_ON_FAILURE
           
 
Constructor Summary
SyslogServerMain()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static SyslogServerMain.Options parseOptions(java.lang.String[] args)
           
static void usage(java.lang.String problem)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CALL_SYSTEM_EXIT_ON_FAILURE

public static boolean CALL_SYSTEM_EXIT_ON_FAILURE
Constructor Detail

SyslogServerMain

public SyslogServerMain()
Method Detail

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