LogTags

public struct LogTags

Thes log tags can be passed to filter the logs produced by Tasker. This can be used to aid in debugging, or to get information about what your tasks are up to.

SeeAlso:

  • The queue that a task is being handled on

    Declaration

    Swift

    public static let onTaskQueue: String
  • The queue that a task is executing on

    Declaration

    Swift

    public static let onOperationQueue: String
  • The queue that a reactor is being executed on

    Declaration

    Swift

    public static let onReactorQueue: String
  • The caller’s thread

    Declaration

    Swift

    public static let caller: String
  • The queue that an interceptor is being executed on

    Declaration

    Swift

    public static let onInterceptorQueue: String