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 99- [ CheckFrequency] ( enumerations/CheckFrequency.md )
1010- [ DeploymentStatus] ( enumerations/DeploymentStatus.md )
1111- [ InstallMode] ( enumerations/InstallMode.md )
12+ - [ LogLevel] ( enumerations/LogLevel.md )
1213- [ SyncStatus] ( enumerations/SyncStatus.md )
1314- [ UpdateState] ( enumerations/UpdateState.md )
1415
4142- [ clearUpdates] ( functions/clearUpdates.md )
4243- [ disallowRestart] ( functions/disallowRestart.md )
4344- [ getClientUniqueId] ( functions/getClientUniqueId.md )
45+ - [ getLogLevel] ( functions/getLogLevel.md )
4446- [ getUpdateMetadata] ( functions/getUpdateMetadata.md )
4547- [ notifyAppReady] ( functions/notifyAppReady.md )
4648- [ resetClientUniqueId] ( functions/resetClientUniqueId.md )
4749- [ restartApp] ( functions/restartApp.md )
50+ - [ setLogLevel] ( functions/setLogLevel.md )
4851- [ sync] ( functions/sync.md )
4952- [ withCodePush] ( functions/withCodePush.md )
5053
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