Skip to content

Commit

Permalink
MBX-0000: Add emoticons to Console output
Browse files Browse the repository at this point in the history
  • Loading branch information
justSmK committed Feb 17, 2025
1 parent 9b4bdac commit 1293add
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MindboxLogger/Shared/MBLogger.swift
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ public class MBLogger {
}
let writer = makeWriter(subsystem: subsystem, category: category)

let message = "\(level.emoji) \(category.emoji) \(message)"
switch executionMethod {
case let .async(queue: queue):
queue.async {
Expand Down

0 comments on commit 1293add

Please sign in to comment.