summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLLogTargetAppleSystemLog.h
blob: 39923a124db8c1edf3740d2c559e1fdc8ebdf9fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
//
//  SDLLogTargetASL.h
//  SmartDeviceLink-iOS
//
//  Created by Joel Fischer on 2/28/17.
//  Copyright © 2017 smartdevicelink. All rights reserved.
//

#import <Foundation/Foundation.h>

#import "SDLLogTarget.h"


NS_ASSUME_NONNULL_BEGIN

/**
 The Apple System Log target is an iOS 2.0+ compatible log target that logs to both the Console and to the System Log.
 */
@interface SDLLogTargetAppleSystemLog : NSObject <SDLLogTarget>

@end

NS_ASSUME_NONNULL_END