Last active
April 22, 2020 06:35
-
-
Save chbeer/d8c66d946cba20e4cca04b7f58380782 to your computer and use it in GitHub Desktop.
Set logging of MS AppCenter
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@interface MSLogger () | |
+ (void)setCurrentLogLevel:(MSLogLevel)currentLogLevel; | |
@end | |
[MSLogger setCurrentLogLevel:MSLogLevelVerbose]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment