init(label:)

Construct a Logger given a label identifying the creator of the Logger.

Logging.swift:886
init(label: String)

Parameters

label

An identifier for the creator of a Logger.

The label should identify the creator of the Logger. This can be an application, a sub-system, or even a datatype.