There was an error while loading. Please reload this page.
1 parent 60bf59e commit 6cd5156Copy full SHA for 6cd5156
1 file changed
Tests/LoggerTests/LoggerTests.swift
@@ -17,7 +17,12 @@ final class LoggerTests: XCTestCase {
17
}
18
19
/**
20
- * - Fixme: ⚠️️ add doc
+ * Test cases for the Logger functionality
21
+ * - Description: This test suite verifies various logging capabilities including:
22
+ * - Console logging with different configurations and modes
23
+ * - Custom output logging (e.g. for analytics integration)
24
+ * - File-based logging
25
+ * - Stack trace functionality
26
*/
27
extension LoggerTests {
28
0 commit comments