Static Methodvapor 4.114.1Vapor
capture(skip:)
StackTrace.swift:19This declaration is deprecated: Captured stack traces are no longer supported by Vapor
static func capture(skip: Int = 0) -> Self?
This declaration is deprecated: Captured stack traces are no longer supported by Vapor
static func capture(skip: Int = 0) -> Self?
import Vapor
Vapor is a framework for building server applications, APIs and websites in Swift. It provides a safe, performant and scalable foundation for building large complex backends.
struct StackTrace
@frozen struct Int
A signed integer value type.
static var isCaptureEnabled: Bool { get set }
var description: String { get }
var frames: [Frame] { get }
func description(max: Int = 16) -> String
struct Frame