mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-22 21:01:31 +03:00
14 lines
361 B
Objective-C
14 lines
361 B
Objective-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
|