Jabber Guest iOS SDK
CSFLoggerCSIImpl.h
1 //
2 // CSFLoggerCSIImpl.h
3 //
4 // Created: 5/10/12
5 //
6 // Copyright 2020 Cisco Systems, Inc., All rights reserved.
7 // 170 West Tasman Drive, San Jose, California, 95134, USA
8 //
9 // CONFIDENTIAL AND PROPRIETARY INFORMATION - DO NOT DISCLOSE
10 //
11 
12 
13 
14 #import "CSILog.h"
15 #ifdef __cplusplus
16 extern "C" {
17 #endif
18 
19 extern NSString *const CSFLoggerWasCreatedNotification;
20 extern NSString *const CSFLoggerNameKey;
21 
22 CSILogLevel CSILogLevelForCSFLogLevel(CSFLogLevel level);
23 CSFLogLevel CSFLogLevelForCSILogLevel(CSILogLevel level);
24 
25 NSArray *CSFLogger_getAllNames(void);
26 
27 #ifdef __cplusplus
28 }
29 #endif