Instance Propertyconsole-kit 4.15.2ConsoleKitTerminal->Logging
name
ConsoleLogger.swift:253var name: String { get }
var name: String { get }
import Logging
A Logging API for Swift.
import ConsoleKitTerminal
ConsoleKitTerminal
provides utilities for interacting with a console in a Swift application. It provides:
enum Level
The log level.
struct Logger
A Logger
is the central type in SwiftLog
. Its central function is to emit log messages using one of the methods corresponding to a log level.
@frozen struct String
A Unicode string value that is a collection of characters.
var style: ConsoleStyle { get }
Converts log level to console style