Class I18NMessage1P

  • All Implemented Interfaces:
    Serializable

    public class I18NMessage1P
    extends I18NMessage
    An internationalized message, requiring exactly one parameter.
    Since:
    0.5.0
    Version:
    $Id: I18NMessage1P.java 17760 2018-11-14 14:54:11Z colin $
    Author:
    tlerios@marketcetera.com
    See Also:
    Serialized Form
    • Field Detail

      • SELF_PROXY

        private static final String SELF_PROXY
        The logging proxy name.
    • Method Detail

      • getParamCount

        public int getParamCount()
        Description copied from class: I18NMessage
        Returns the number of parameters the receiver expects.
        Specified by:
        getParamCount in class I18NMessage
        Returns:
        The number of parameters; -1 indicates a variable number.
      • error

        public void error​(Object category,
                          Throwable throwable,
                          Object p1)
        Log an error message.
        Parameters:
        category - an Object value
        throwable - a Throwable value
        p1 - an Object value
      • error

        public void error​(Object category,
                          Object p1)
        Log an error message.
        Parameters:
        category - an Object value
        p1 - an Object value
      • warn

        public void warn​(Object category,
                         Throwable throwable,
                         Object p1)
        Log a warn message.
        Parameters:
        category - an Object value
        throwable - a Throwable value
        p1 - an Object value
      • warn

        public void warn​(Object category,
                         Object p1)
        Log a warn message.
        Parameters:
        category - an Object value
        p1 - an Object value
      • info

        public void info​(Object category,
                         Throwable throwable,
                         Object p1)
        Log an info message.
        Parameters:
        category - an Object value
        throwable - a Throwable value
        p1 - an Object value
      • info

        public void info​(Object category,
                         Object p1)
        Log an info message.
        Parameters:
        category - an Object value
        p1 - an Object value
      • debug

        public void debug​(Object category,
                          Throwable throwable,
                          Object p1)
        Log a debug message.
        Parameters:
        category - an Object value
        throwable - a Throwable value
        p1 - an Object value
      • debug

        public void debug​(Object category,
                          Object p1)
        Log a debug message.
        Parameters:
        category - an Object value
        p1 - an Object value
      • trace

        public void trace​(Object category,
                          Throwable throwable,
                          Object p1)
        Log a trace message.
        Parameters:
        category - an Object value
        throwable - a Throwable value
        p1 - an Object value
      • trace

        public void trace​(Object category,
                          Object p1)
        Log a trace message.
        Parameters:
        category - an Object value
        p1 - an Object value