Jabber Guest iOS SDK
CSILog+LevelSetting.h
1 //
2 // CSILog+LevelSetting.h
3 // clientUI
4 //
5 // Created by lv daqian on 13-5-21.
6 //
7 //
8 
9 #import "CSILog.h"
10 
11 @interface CSILog (LevelSetting)
12 - (void)monitorCSFLogger;
13 - (void)updateLogLevelForCSFLoggerNamed:(NSString *)name;
14 - (void)loggerWasCreated:(NSNotification *)notification;
15 - (void)updateLogLevels;
16 
17 @end