Structures
The following structures are available globally.
-
Logging Format and Pipe’s Logging Backend
See moreDeclaration
Swift
public struct Handler : LogHandler
-
Copied from swift-log:Logging.swift until it is made public A wrapper to facilitate
See moreprint
-ing to stderr and stdio that ensures access to the underlyingFILE
is locked to prevent cross-thread interleaving of output.Declaration
Swift
public struct StdioOutputStream : TextOutputStream