Skip to content

Commit

Permalink
Merge pull request #531 from richardtop/patch-1
Browse files Browse the repository at this point in the history
Update ConsoleDestination.swift - fix comments to match actual emoji …
  • Loading branch information
skreutzberger committed May 2, 2024
2 parents 1ae1f8f + bf3cdec commit ce4c09c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/ConsoleDestination.swift
Expand Up @@ -46,7 +46,7 @@ open class ConsoleDestination: BaseDestination {
} else {
// use colored Emojis for better visual distinction
// of log level for Xcode 8
levelColor.verbose = "💜 " // silver
levelColor.verbose = "💜 " // purple
levelColor.debug = "💚 " // green
levelColor.info = "💙 " // blue
levelColor.warning = "💛 " // yellow
Expand All @@ -61,7 +61,7 @@ open class ConsoleDestination: BaseDestination {

public override init() {
super.init()
levelColor.verbose = "💜 " // silver
levelColor.verbose = "💜 " // purple
levelColor.debug = "💚 " // green
levelColor.info = "💙 " // blue
levelColor.warning = "💛 " // yellow
Expand Down

0 comments on commit ce4c09c

Please sign in to comment.