Skip to content

Commit

Permalink
Kitura/Kitura#523 Indicated that LoggerMessageType implements CustomS…
Browse files Browse the repository at this point in the history
…tringConvertible
  • Loading branch information
shmuelk committed Jul 24, 2016
1 parent 408a08a commit 66d1614
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Sources/LoggerAPI/Logger.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ public enum LoggerMessageType: Int {
case info = 3
case warning = 4
case error = 5

}

extension LoggerMessageType: CustomStringConvertible {
public var description: String {
switch self {
case .verbose:
Expand Down

0 comments on commit 66d1614

Please sign in to comment.