Class MemoryLogRecord

All Implemented Interfaces:
Serializable

public class MemoryLogRecord extends Log4JLogRecord
Log record for the Memory Appender storage needs.
See Also:
  • Constructor Details

  • Method Details

    • getUser

      public String getUser()
      Get the user associated with this LogRecord.
      Returns:
      The user of this record.
      See Also:
    • setUser

      public void setUser(String user)
      Set the user associated with this LogRecord.
      Parameters:
      user - The user.
      See Also:
    • getRequestURI

      Get the request URI associated with this LogRecord.
      Returns:
      The request URI of this record.
      See Also:
    • setRequestURI

      public void setRequestURI(String requestURI)
      Set the request URI associated with this LogRecord.
      Parameters:
      requestURI - The request URI.
      See Also: