1
0
This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
Source-SnapChat/ManagedCapturer/StateMachine/SCManagedCapturerLogging.h
2018-05-24 00:48:43 +03:00

13 lines
430 B
Objective-C

//
// SCManagedCapturerLogging.h
// Snapchat
//
// Created by Lin Jia on 11/13/17.
//
#import <SCFoundation/SCLog.h>
#define SCLogCapturerInfo(fmt, ...) SCLogCoreCameraInfo(@"[SCManagedCapturer] " fmt, ##__VA_ARGS__)
#define SCLogCapturerWarning(fmt, ...) SCLogCoreCameraWarning(@"[SCManagedCapturer] " fmt, ##__VA_ARGS__)
#define SCLogCapturerError(fmt, ...) SCLogCoreCameraError(@"[SCManagedCapturer] " fmt, ##__VA_ARGS__)