org.apache.qpid.server.logging.messages
Class VirtualHostMessages
java.lang.Object
org.apache.qpid.server.logging.messages.VirtualHostMessages
public class VirtualHostMessages
- extends Object
Generated Using GeneratedLogMessages and LogMessages.vm
This file is based on the content of LogMessages.properties
It is generated so that we can provide compile time validation of the
message parameters.
DO NOT EDIT DIRECTLY THIS FILE IS GENERATED.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_messages
static ResourceBundle _messages
_currentLocale
static Locale _currentLocale
VIRTUALHOST_LOG_HIERARCHY
public static final String VIRTUALHOST_LOG_HIERARCHY
- See Also:
- Constant Field Values
CLOSED_LOG_HIERARCHY
public static final String CLOSED_LOG_HIERARCHY
- See Also:
- Constant Field Values
CREATED_LOG_HIERARCHY
public static final String CREATED_LOG_HIERARCHY
- See Also:
- Constant Field Values
VirtualHostMessages
public VirtualHostMessages()
reload
public static void reload()
CLOSED
public static LogMessage CLOSED()
- Log a VirtualHost message of the Format:
VHT-1002 : Closed
Optional values are contained in [square brackets] and are numbered
sequentially in the method call.
CREATED
public static LogMessage CREATED(String param1)
- Log a VirtualHost message of the Format:
VHT-1001 : Created : {0}
Optional values are contained in [square brackets] and are numbered
sequentially in the method call.
Licensed to the Apache Software Foundation