Merge pull request #26028 from chbatey/master-211-broken
Fix 2.11 compilation
This commit is contained in:
commit
3d3a636e9a
1 changed files with 2 additions and 5 deletions
|
|
@ -50,11 +50,8 @@ object CapturedLogEvent {
|
||||||
|
|
||||||
def apply(
|
def apply(
|
||||||
logLevel: LogLevel,
|
logLevel: LogLevel,
|
||||||
message: String,
|
message: String): CapturedLogEvent = {
|
||||||
cause: Option[Throwable] = None,
|
CapturedLogEvent(logLevel, message, None, None, Map.empty[String, Any])
|
||||||
marker: Option[LogMarker] = None,
|
|
||||||
mdc: Map[String, Any] = Map.empty): CapturedLogEvent = {
|
|
||||||
new CapturedLogEvent(logLevel, message, cause, marker, mdc)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue