File tree Expand file tree Collapse file tree 4 files changed +66
-0
lines changed Expand file tree Collapse file tree 4 files changed +66
-0
lines changed Original file line number Diff line number Diff line change 9
9
- [ CheckFrequency] ( enumerations/CheckFrequency.md )
10
10
- [ DeploymentStatus] ( enumerations/DeploymentStatus.md )
11
11
- [ InstallMode] ( enumerations/InstallMode.md )
12
+ - [ LogLevel] ( enumerations/LogLevel.md )
12
13
- [ SyncStatus] ( enumerations/SyncStatus.md )
13
14
- [ UpdateState] ( enumerations/UpdateState.md )
14
15
41
42
- [ clearUpdates] ( functions/clearUpdates.md )
42
43
- [ disallowRestart] ( functions/disallowRestart.md )
43
44
- [ getClientUniqueId] ( functions/getClientUniqueId.md )
45
+ - [ getLogLevel] ( functions/getLogLevel.md )
44
46
- [ getUpdateMetadata] ( functions/getUpdateMetadata.md )
45
47
- [ notifyAppReady] ( functions/notifyAppReady.md )
46
48
- [ resetClientUniqueId] ( functions/resetClientUniqueId.md )
47
49
- [ restartApp] ( functions/restartApp.md )
50
+ - [ setLogLevel] ( functions/setLogLevel.md )
48
51
- [ sync] ( functions/sync.md )
49
52
- [ withCodePush] ( functions/withCodePush.md )
50
53
Original file line number Diff line number Diff line change
1
+ [ ** @appzung/react-native-code-push v11.0.0-rc4** ] ( ../README.md )
2
+
3
+ ---
4
+
5
+ [ @appzung/react-native-code-push ] ( ../README.md ) / LogLevel
6
+
7
+ # Enumeration: LogLevel
8
+
9
+ ## Enumeration Members
10
+
11
+ ### DEBUG
12
+
13
+ > ** DEBUG** : ` 0 `
14
+
15
+ ---
16
+
17
+ ### ERROR
18
+
19
+ > ** ERROR** : ` 3 `
20
+
21
+ ---
22
+
23
+ ### INFO
24
+
25
+ > ** INFO** : ` 1 `
26
+
27
+ ---
28
+
29
+ ### WARN
30
+
31
+ > ** WARN** : ` 2 `
Original file line number Diff line number Diff line change
1
+ [ ** @appzung/react-native-code-push v11.0.0-rc4** ] ( ../README.md )
2
+
3
+ ---
4
+
5
+ [ @appzung/react-native-code-push ] ( ../README.md ) / getLogLevel
6
+
7
+ # Function: getLogLevel()
8
+
9
+ > ** getLogLevel** (): [ ` LogLevel ` ] ( ../enumerations/LogLevel.md )
10
+
11
+ ## Returns
12
+
13
+ [ ` LogLevel ` ] ( ../enumerations/LogLevel.md )
Original file line number Diff line number Diff line change
1
+ [ ** @appzung/react-native-code-push v11.0.0-rc4** ] ( ../README.md )
2
+
3
+ ---
4
+
5
+ [ @appzung/react-native-code-push ] ( ../README.md ) / setLogLevel
6
+
7
+ # Function: setLogLevel()
8
+
9
+ > ** setLogLevel** (` level ` ): ` void `
10
+
11
+ ## Parameters
12
+
13
+ ### level
14
+
15
+ [ ` LogLevel ` ] ( ../enumerations/LogLevel.md )
16
+
17
+ ## Returns
18
+
19
+ ` void `
You can’t perform that action at this time.
0 commit comments