Modifier and Type | Class and Description |
---|---|
static class |
LogEntry.LogMessageType |
Modifier and Type | Field and Description |
---|---|
static DateFormat |
LOG_DATE_FORMAT |
Constructor and Description |
---|
LogEntry() |
public static final DateFormat LOG_DATE_FORMAT
public String id()
public void clear()
public org.slf4j.event.Level getLogLevel()
public LogEntry setLogLevel(org.slf4j.event.Level logLevel)
public boolean isAlwaysLog()
public LogEntry setAlwaysLog(boolean alwaysLog)
public long getEpochTime()
public LogEntry setEpochTime(long epochTime)
public String getTimestamp()
public LogEntry.LogMessageType getType()
public LogEntry setType(LogEntry.LogMessageType type)
public String getCorrelationId()
public Integer getPort()
public RequestDefinition[] getHttpRequests()
public RequestDefinition[] getHttpUpdatedRequests()
public boolean matches(HttpRequestMatcher matcher)
public LogEntry setHttpRequests(RequestDefinition[] httpRequests)
public RequestDefinition getHttpRequest()
public LogEntry setHttpRequest(RequestDefinition httpRequest)
public HttpResponse getHttpResponse()
public HttpResponse getHttpUpdatedResponse()
public LogEntry setHttpResponse(HttpResponse httpResponse)
public HttpError getHttpError()
public Expectation getExpectation()
public LogEntry setExpectation(Expectation expectation)
public LogEntry setExpectation(RequestDefinition httpRequest, HttpResponse httpResponse)
public String getExpectationId()
public Throwable getThrowable()
public Runnable getConsumer()
public boolean isDeleted()
public LogEntry setDeleted(boolean deleted)
public String getMessageFormat()
public String getMessage()
public Object[] getArguments()
public String getBecause()
public LogEntry cloneAndClear()
public void translateTo(LogEntry event, long sequence)
translateTo
in interface com.lmax.disruptor.EventTranslator<LogEntry>
Copyright © 2022. All rights reserved.