PathLogInfo
open class PathLogInfo : CustomStringConvertible
Path’s details.
-
Fully qualified path relative to event’s context.
Declaration
Swift
public let contextual: String?
-
Path relative to the namespace containing the content.
Declaration
Swift
public let namespaceRelative: TeamLog.NamespaceRelativePathLogInfo
-
Declaration
Swift
open var description: String { get }