Skip to content

Commit 6cd5156

Browse files
committed
Minor cleanup
1 parent 60bf59e commit 6cd5156

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

Tests/LoggerTests/LoggerTests.swift

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,12 @@ final class LoggerTests: XCTestCase {
1717
}
1818
}
1919
/**
20-
* - Fixme: ⚠️️ add doc
20+
* 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
2126
*/
2227
extension LoggerTests {
2328
/**

0 commit comments

Comments
 (0)