Class LogEvent
java.lang.Object
io.micrometer.core.util.internal.logging.LogEvent
Simple POJO that represents a log event for test verification purposes.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LogEvent
public LogEvent(io.micrometer.core.util.internal.logging.InternalLogLevel level, String message, Throwable cause) - Parameters:
level- The level of the log event (INFO, WARN, ERROR, etc.) (mandatory).message- The message to be logged (textual description about what happened) (optional).cause- TheThrowablethat triggered the log event (optional).
-
-
Method Details