public class VirtualHostMessages extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CLOSED_LOG_HIERARCHY |
static String |
CREATED_LOG_HIERARCHY |
static String |
ERRORED_LOG_HIERARCHY |
static String |
FILESYSTEM_FULL_LOG_HIERARCHY |
static String |
FILESYSTEM_NOTFULL_LOG_HIERARCHY |
static String |
STATS_DATA_LOG_HIERARCHY |
static String |
STATS_MSGS_LOG_HIERARCHY |
static String |
VIRTUALHOST_LOG_HIERARCHY |
Modifier and Type | Method and Description |
---|---|
static LogMessage |
CLOSED(String param1)
Log a VirtualHost message of the Format:
|
static LogMessage |
CREATED(String param1)
Log a VirtualHost message of the Format:
|
static LogMessage |
ERRORED(String param1)
Log a VirtualHost message of the Format:
|
static LogMessage |
FILESYSTEM_FULL(Number param1)
Log a VirtualHost message of the Format:
|
static LogMessage |
FILESYSTEM_NOTFULL(Number param1)
Log a VirtualHost message of the Format:
|
static LogMessage |
STATS_DATA(String param1,
Number param2,
Number param3,
Number param4)
Log a VirtualHost message of the Format:
|
static LogMessage |
STATS_MSGS(String param1,
Number param2,
Number param3,
Number param4)
Log a VirtualHost message of the Format:
|
public static final String VIRTUALHOST_LOG_HIERARCHY
public static final String CLOSED_LOG_HIERARCHY
public static final String STATS_DATA_LOG_HIERARCHY
public static final String STATS_MSGS_LOG_HIERARCHY
public static final String FILESYSTEM_FULL_LOG_HIERARCHY
public static final String FILESYSTEM_NOTFULL_LOG_HIERARCHY
public static final String CREATED_LOG_HIERARCHY
public static final String ERRORED_LOG_HIERARCHY
public static LogMessage CLOSED(String param1)
VHT-1002 : Closed : {0}Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage STATS_DATA(String param1, Number param2, Number param3, Number param4)
VHT-1003 : {0} : {1,choice,0#delivered|1#received} : {2,number,#.###} kB/s peak : {3,number,#} bytes totalOptional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage STATS_MSGS(String param1, Number param2, Number param3, Number param4)
VHT-1004 : {0} : {1,choice,0#delivered|1#received} : {2,number,#.###} msg/s peak : {3,number,#} msgs totalOptional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage FILESYSTEM_FULL(Number param1)
VHT-1006 : Filesystem is over {0,number} per cent full, enforcing flow control.Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage FILESYSTEM_NOTFULL(Number param1)
VHT-1007 : Filesystem is no longer over {0,number} per cent full.Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage CREATED(String param1)
VHT-1001 : Created : {0}Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage ERRORED(String param1)
VHT-1005 : {0} Unexpected fatal errorOptional values are contained in [square brackets] and are numbered sequentially in the method call.
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.