Instance Propertyvapor 4.114.1Vapor

logger

This Logger from Apple’s swift-log Package is preferred when logging in the context of handing this Request. Vapor already provides metadata to this logger so that multiple logged messages can be traced back to the same request.

Request.swift:180
var logger: Logger { get set }