lpw
2024-04-15 8fa52d6d93a9c60f5a09b5fd1c80b3a9c35046d0
frameworks/GoogleUtilities.xcframework/ios-arm64/GoogleUtilities.framework/Headers/GULLogger.h
@@ -45,6 +45,11 @@
extern void GULLoggerEnableSTDERR(void);
/**
 * Gets the current GULLoggerLevel.
 */
extern GULLoggerLevel GULGetLoggerLevel(void);
/**
 * Changes the default logging level of GULLoggerLevelNotice to a user-specified level.
 * The default level cannot be set above GULLoggerLevelNotice if the app is running from App Store.
 * (required) log level (one of the GULLoggerLevel enum values).