Source-SCCamera/ManagedCapturer/SCManagedCapturerLogging.h

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__)