FirebaseCore Framework Reference Stay organized with collections Save and categorize content based on your preferences.
FIRLoggerLevel
enumFIRLoggerLevel:NSInteger{}The log levels used by internal logging.
Error level, matches ASL_LEVEL_ERR.
Declaration
Objective-C
FIRLoggerLevelError=3Warning level, matches ASL_LEVEL_WARNING.
Declaration
Objective-C
FIRLoggerLevelWarning=4Notice level, matches ASL_LEVEL_NOTICE.
Declaration
Objective-C
FIRLoggerLevelNotice=5Info level, matches ASL_LEVEL_INFO.
Declaration
Objective-C
FIRLoggerLevelInfo=6Debug level, matches ASL_LEVEL_DEBUG.
Declaration
Objective-C
FIRLoggerLevelDebug=7Minimum log level.
Declaration
Objective-C
FIRLoggerLevelMin=FIRLoggerLevelErrorMaximum log level.
Declaration
Objective-C
FIRLoggerLevelMax=FIRLoggerLevelDebug
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-11 UTC.