mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-23 13:22:02 +03:00
14 lines
361 B
C
14 lines
361 B
C
|
#import <Foundation/Foundation.h>
|
||
|
|
||
|
#import "MSConstants.h"
|
||
|
|
||
|
/**
|
||
|
* This is a utility for producing App Center style log messages. It is only intended for use by App Center services and wrapper SDKs of App
|
||
|
* Center.
|
||
|
*/
|
||
|
@interface MSWrapperLogger : NSObject
|
||
|
|
||
|
+ (void)MSWrapperLog:(MSLogMessageProvider)message tag:(NSString *)tag level:(MSLogLevel)level;
|
||
|
|
||
|
@end
|