Instance Methodvapor 4.106.7Vapor->Logging
report(error:metadata:file:function:line:)
Reports an Error
to this Logger
.
func report(error: Error, metadata: @autoclosure () -> Logger.Metadata? = nil, file: String = #fileID, function: String = #function, line: UInt = #line)
Parameters
- error
Error
to log.