function nplog
Swift
func nplog(_ level: String = "I", _ message: String, component: String = "NPRPC")
Prints message in the runtime's log format: timestamp, thread,
component and a one-letter level ("I", "W", "E", ...).
nprpc_swift/Sources/NPRPC/NPRPC.swift:97