PathLogInfo
public class PathLogInfo : CustomStringConvertible, JSONRepresentable
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
public var description: String { get }
View on GitHub
PathLogInfo Class Reference