LIFEAwesomeLogger
@interface LIFEAwesomeLogger : NSObject
Refer to the AwesomeLogs usage guide at https://www.buglife.com/docs/ios/logging.html
-
A boolean value that determines whether AwesomeLogs outputs to the Xcode debugger console. Setting the value of this property to
false
will disable console logging from AwesomeLogs, however AwesomeLogs will still be included in submitted bug reports.This property returns
true
by default.Declaration
Objective-C
@property (getter=isConsoleLoggingEnabled, assign, readwrite, nonatomic) BOOL consoleLoggingEnabled;
Swift
var isConsoleLoggingEnabled: Bool { get set }