CallingThreadStyle
public enum CallingThreadStyle
Governs how a CallingThreadLogFormatter will represent a LogEntry‘s
callingThreadID.
-
Renders the
callingThreadIDas a hex string.Declaration
Swift
case hex
-
Renders the
callingThreadIDas an integer string.Declaration
Swift
case integer
View on GitHub
CallingThreadStyle Enum Reference