We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2c9006 commit 11538fcCopy full SHA for 11538fc
Tests/CLTLoggerTests/CLTLoggerTests.swift
@@ -91,6 +91,8 @@ final class CLTLoggerTests : XCTestCase {
91
var logger = Logger(label: "my logger")
92
logger.logLevel = .trace
93
logger.warning("Single line log")
94
+ logger.notice("A line with \\#(escaped) characters")
95
+ logger.notice("A log with a metadata whose key has a newline", metadata: ["new\nline": "yolo\nnow"])
96
logger.trace("Mutli-line\nlog.\nHow does it feel?", metadata: ["with": "metadata"])
97
logger.debug("Another multiline\nhere is the second line")
98
logger.info("Another multiline\nhere is the second line")
0 commit comments