CallingThreadStyle

public enum CallingThreadStyle

Governs how a CallingThreadLogFormatter will represent a LogEntry‘s callingThreadID.

  • hex

    Renders the callingThreadID as a hex string.

    Declaration

    Swift

    case hex
  • Renders the callingThreadID as an integer string.

    Declaration

    Swift

    case integer