File was renamed from frameworks/FirebaseCoreDiagnostics.framework/Headers/GULLogger.h |
| | |
| | | |
| | | #import <Foundation/Foundation.h> |
| | | |
| | | #if SWIFT_PACKAGE |
| | | @import GoogleUtilities_Logger; |
| | | #else |
| | | #import <GoogleUtilities/GULLoggerLevel.h> |
| | | #endif |
| | | #import "GULLoggerLevel.h" |
| | | |
| | | NS_ASSUME_NONNULL_BEGIN |
| | | |
| | |
| | | * Register version to include in logs. |
| | | * (required) version |
| | | */ |
| | | extern void GULLoggerRegisterVersion(const char *version); |
| | | extern void GULLoggerRegisterVersion(NSString *version); |
| | | |
| | | /** |
| | | * Logs a message to the Xcode console and the device log. If running from AppStore, will |