Sets the logging level for internal Firebase logging. Firebase will only log messages
that are logged at or below loggerLevel. The messages are logged both to the Xcode
console and to the device’s log. Note that if an app is running from AppStore, it will
never log above .notice even if loggerLevel is set to a higher (more verbose)
setting.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-11 UTC."],[],[],null,["# FirebaseCore Framework Reference\n\nFIRConfiguration\n================\n\n\n @interface FIRConfiguration : NSObject\n\nThis interface provides global level properties that the developer can tweak.\n- `\n ``\n ``\n `\n\n ### [sharedInstance](#/c:objc(cs)FIRConfiguration(cpy)sharedInstance)\n\n `\n ` \n Returns the shared configuration object. \n\n #### Declaration\n\n Objective-C \n\n @property (class, nonatomic, readonly) NS_SWIFT_NAME(shared) FIRConfiguration *sharedInstance;\n\n- `\n ``\n ``\n `\n\n ### [-setLoggerLevel:](#/c:objc(cs)FIRConfiguration(im)setLoggerLevel:)\n\n `\n ` \n Sets the logging level for internal Firebase logging. Firebase will only log messages\n that are logged at or below `loggerLevel`. The messages are logged both to the Xcode\n console and to the device's log. Note that if an app is running from AppStore, it will\n never log above `.notice` even if `loggerLevel` is set to a higher (more verbose)\n setting. \n\n #### Declaration\n\n Objective-C \n\n - (void)setLoggerLevel:(../Enums/FIRLoggerLevel.html)loggerLevel;\n\n #### Parameters\n\n |---------------------|------------------------------------------------------------------------------|\n | ` `*loggerLevel*` ` | The maximum logging level. The default level is set to FIRLoggerLevelNotice. |\n\n- `\n ``\n ``\n `\n\n ### [-loggerLevel](#/c:objc(cs)FIRConfiguration(im)loggerLevel)\n\n `\n ` \n Returns the logging level for internal Firebase logging. \n\n #### Declaration\n\n Objective-C \n\n - (../Enums/FIRLoggerLevel.html)loggerLevel;"]]