mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-25 13:45:20 +00:00
Perf: Add final to classes that are not inherited (#574)
This commit is contained in:
@@ -11,7 +11,7 @@ import os.log
|
||||
|
||||
/// Centralized security-aware logging framework
|
||||
/// Provides safe logging that filters sensitive data and security events
|
||||
class SecureLogger {
|
||||
final class SecureLogger {
|
||||
|
||||
// MARK: - Log Categories
|
||||
|
||||
|
||||
Reference in New Issue
Block a user