Class VirtualHostMessages


  • public class VirtualHostMessages
    extends java.lang.Object
    DO NOT EDIT DIRECTLY, THIS FILE WAS GENERATED. Generated using GenerateLogMessages and LogMessages.vm This file is based on the content of VirtualHost_logmessages.properties To regenerate, use Maven lifecycle generates-sources with -Dgenerate=true
    • Field Detail

      • VIRTUALHOST_LOG_HIERARCHY

        public static final java.lang.String VIRTUALHOST_LOG_HIERARCHY
        See Also:
        Constant Field Values
      • CLOSE_LOG_HIERARCHY

        public static final java.lang.String CLOSE_LOG_HIERARCHY
        See Also:
        Constant Field Values
      • CREATE_LOG_HIERARCHY

        public static final java.lang.String CREATE_LOG_HIERARCHY
        See Also:
        Constant Field Values
      • DELETE_LOG_HIERARCHY

        public static final java.lang.String DELETE_LOG_HIERARCHY
        See Also:
        Constant Field Values
      • ERRORED_LOG_HIERARCHY

        public static final java.lang.String ERRORED_LOG_HIERARCHY
        See Also:
        Constant Field Values
      • FILESYSTEM_FULL_LOG_HIERARCHY

        public static final java.lang.String FILESYSTEM_FULL_LOG_HIERARCHY
        See Also:
        Constant Field Values
      • FILESYSTEM_NOTFULL_LOG_HIERARCHY

        public static final java.lang.String FILESYSTEM_NOTFULL_LOG_HIERARCHY
        See Also:
        Constant Field Values
      • OPEN_LOG_HIERARCHY

        public static final java.lang.String OPEN_LOG_HIERARCHY
        See Also:
        Constant Field Values
      • OPERATION_LOG_HIERARCHY

        public static final java.lang.String OPERATION_LOG_HIERARCHY
        See Also:
        Constant Field Values
      • UPDATE_LOG_HIERARCHY

        public static final java.lang.String UPDATE_LOG_HIERARCHY
        See Also:
        Constant Field Values
    • Method Detail

      • CLOSE

        public static LogMessage CLOSE​(java.lang.String param1)
        Log a VirtualHost message of the Format:
        VHT-1002 : Close : "{0}"
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • CREATE

        public static LogMessage CREATE​(java.lang.String param1,
                                        java.lang.String param2,
                                        java.lang.String param3)
        Log a VirtualHost message of the Format:
        VHT-1001 : Create : "{0}" : {1} : {2}
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • DELETE

        public static LogMessage DELETE​(java.lang.String param1,
                                        java.lang.String param2)
        Log a VirtualHost message of the Format:
        VHT-1010 : Delete : "{0}" : {1}
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • ERRORED

        public static LogMessage ERRORED​(java.lang.String param1)
        Log a VirtualHost message of the Format:
        VHT-1005 : {0} Unexpected fatal error
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • FILESYSTEM_FULL

        public static LogMessage FILESYSTEM_FULL​(java.lang.Number param1)
        Log a VirtualHost message of the Format:
        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.
      • FILESYSTEM_NOTFULL

        public static LogMessage FILESYSTEM_NOTFULL​(java.lang.Number param1)
        Log a VirtualHost message of the Format:
        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.
      • OPEN

        public static LogMessage OPEN​(java.lang.String param1,
                                      java.lang.String param2)
        Log a VirtualHost message of the Format:
        VHT-1011 : Open : "{0}" : {1}
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • OPERATION

        public static LogMessage OPERATION​(java.lang.String param1)
        Log a VirtualHost message of the Format:
        VHT-1008 : Operation : {0}
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • UPDATE

        public static LogMessage UPDATE​(java.lang.String param1,
                                        java.lang.String param2,
                                        java.lang.String param3)
        Log a VirtualHost message of the Format:
        VHT-1009 : Update : "{0}" : {1} : {2}
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.