Couchbase Lite
Objective-C API for iOS and Mac OS
CBLRemoteLogging.h
Go to the documentation of this file.
1
//
2
// CBLRemoteLogging.h
3
// CouchbaseLite
4
//
5
// Created by Jens Alfke on 11/2/15.
6
// Copyright © 2015 Couchbase, Inc. All rights reserved.
7
//
8
9
#import "
CBLTimeSeries.h
"
10
11
#define kCBLRemoteLogDocType @"CBLRemoteLog"
12
13
14
NS_ASSUME_NONNULL_BEGIN
15
16
@interface
CBLRemoteLogging
:
CBLTimeSeries
17
18
+ (
nullable
instancetype)
sharedInstance
;
19
20
- (void) enableLogging: (NSArray*)types;
21
22
@end
23
24
NS_ASSUME_NONNULL_END
NS_ASSUME_NONNULL_BEGIN
#define NS_ASSUME_NONNULL_BEGIN
Definition:
CBLBase.h:20
CBLTimeSeries
Efficiently stores small time-stamped JSON values into a database, and can replicate them to a server...
Definition:
CBLTimeSeries.h:17
nullable
#define nullable
Definition:
CBLBase.h:22
CBLRemoteLogging
Definition:
CBLRemoteLogging.h:16
NS_ASSUME_NONNULL_END
#define NS_ASSUME_NONNULL_END
Definition:
CBLBase.h:21
+[CBLRemoteLogging sharedInstance]
nullable instancetype sharedInstance()
CBLTimeSeries.h
Source
API
CBLRemoteLogging.h
Generated on Mon Oct 8 2018 13:46:12 for Couchbase Lite by
1.8.14