LogMessageContext

public struct LogMessageContext

LogMessageContext describes the location in the source code.

  • Declaration

    Swift

    public let file: String
  • Declaration

    Swift

    public let function: String
  • Declaration

    Swift

    public let line: Int