Class ManagementConsoleMessages


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

      • CLOSE

        public static LogMessage CLOSE​(CharSequence param1)
        Log a ManagementConsole message of the Format:
        MNG-1008 : Close : User {0}
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • LISTENING

        public static LogMessage LISTENING​(CharSequence param1,
                                           CharSequence param2,
                                           Number param3)
        Log a ManagementConsole message of the Format:
        MNG-1002 : Starting : {0} : Listening on {1} port {2,number,#}
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • OPEN

        public static LogMessage OPEN​(CharSequence param1)
        Log a ManagementConsole message of the Format:
        MNG-1007 : Open : User {0}
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • READY

        public static LogMessage READY​(CharSequence param1)
        Log a ManagementConsole message of the Format:
        MNG-1004 : {0} Management Ready
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • SHUTTING_DOWN

        public static LogMessage SHUTTING_DOWN​(CharSequence param1,
                                               Number param2)
        Log a ManagementConsole message of the Format:
        MNG-1003 : Shutting down : {0} : port {1,number,#}
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • STARTUP

        public static LogMessage STARTUP​(CharSequence param1)
        Log a ManagementConsole message of the Format:
        MNG-1001 : {0} Management Startup
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.
      • STOPPED

        public static LogMessage STOPPED​(CharSequence param1)
        Log a ManagementConsole message of the Format:
        MNG-1005 : {0} Management Stopped
        Optional values are contained in [square brackets] and are numbered sequentially in the method call.