Type Aliases

The following type aliases are available globally.

  • Closure for printing log string items

    Declaration

    Swift

    public typealias ColorLoggerResultClosure = (String) -> Void
  • Generator of the current date objects

    Declaration

    Swift

    public typealias ColorLoggerDateGenerator = () -> Date