org.apache.logging.log4j.message

Class ObjectArrayMessage

  • All Implemented Interfaces:
    Serializable, Message


    public final class ObjectArrayMessage
    extends Object
    implements Message
    Handles messages that contain an Object[].

    Created for use with the CSV layout. For example:

    logger.debug(new ObjectArrayMessage(1, 2, "Bob"));

    Since:
    2.4
    See Also:
    Serialized Form
    • Constructor Detail

      • ObjectArrayMessage

        public ObjectArrayMessage(Object... obj)
        Creates the ObjectMessage.
        Parameters:
        obj - The Object to format.
    • Method Detail

      • getFormat

        public String getFormat()
        Returns the object formatted using its toString method.
        Specified by:
        getFormat in interface Message
        Returns:
        the String representation of the object.
      • getFormattedMessage

        public String getFormattedMessage()
        Returns the formatted object message.
        Specified by:
        getFormattedMessage in interface Message
        Returns:
        the formatted object message.
      • getParameters

        public Object[] getParameters()
        Returns the object as if it were a parameter.
        Specified by:
        getParameters in interface Message
        Returns:
        The object.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object

Copyright © 1999-2023 The Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.