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 
15 
17 
18 + (nullable instancetype) sharedInstance;
19 
20 - (void) enableLogging: (NSArray*)types;
21 
22 @end
23 
#define NS_ASSUME_NONNULL_BEGIN
Definition: CBLBase.h:20
Efficiently stores small time-stamped JSON values into a database, and can replicate them to a server...
Definition: CBLTimeSeries.h:17
#define nullable
Definition: CBLBase.h:22
Definition: CBLRemoteLogging.h:16
#define NS_ASSUME_NONNULL_END
Definition: CBLBase.h:21
nullable instancetype sharedInstance()