org/sonews/config/Config.java
changeset 15 f2293e8566f5
parent 12 bb6990c0dd1a
child 30 146b3275b792
     1.1 --- a/org/sonews/config/Config.java	Thu Aug 20 16:57:38 2009 +0200
     1.2 +++ b/org/sonews/config/Config.java	Thu Aug 20 18:41:21 2009 +0200
     1.3 @@ -42,6 +42,7 @@
     1.4    public static final String HOSTNAME          = "sonews.hostname";
     1.5    public static final String PORT              = "sonews.port";
     1.6    public static final String TIMEOUT           = "sonews.timeout";
     1.7 +  public static final String LOGLEVEL          = "sonews.loglevel";
     1.8    public static final String MLPOLL_DELETEUNKNOWN = "sonews.mlpoll.deleteunknown";
     1.9    public static final String MLPOLL_HOST       = "sonews.mlpoll.host";
    1.10    public static final String MLPOLL_PASSWORD   = "sonews.mlpoll.password";