AliVCSDK 6.17.0
阿里云音视频SDK,为视频开发者提供一站式接入服务
 
Loading...
Searching...
No Matches
com.alivc.live.pusher.AlivcLivePushLogLevel Enum Reference

Live push log level. More...

Public Member Functions

 AlivcLivePushLogLevel (int level)
 
int getLevel ()
 

Public Attributes

 AlivcLivePushLogLevelAll =(0)
 
 AlivcLivePushLogLevelVerbose =(1)
 
 AlivcLivePushLogLevelDebug =(2)
 
 AlivcLivePushLogLevelInfo =(3)
 
 AlivcLivePushLogLevelWarn =(4)
 
 AlivcLivePushLogLevelError =(5)
 
 AlivcLivePushLogLevelNone =(6)
 

Detailed Description

Constructor & Destructor Documentation

◆ AlivcLivePushLogLevel()

com.alivc.live.pusher.AlivcLivePushLogLevel.AlivcLivePushLogLevel ( int  level)

Definition at line 53 of file AlivcLivePushLogLevel.java.

Member Function Documentation

◆ getLevel()

int com.alivc.live.pusher.AlivcLivePushLogLevel.getLevel ( )

Get value of log level

Returns
log level value

Definition at line 62 of file AlivcLivePushLogLevel.java.

Member Data Documentation

◆ AlivcLivePushLogLevelAll

com.alivc.live.pusher.AlivcLivePushLogLevel.AlivcLivePushLogLevelAll =(0)

ALL

Warning
Enabling 'LogLevelAll' will increase APP performance consumption!

Definition at line 19 of file AlivcLivePushLogLevel.java.

◆ AlivcLivePushLogLevelDebug

com.alivc.live.pusher.AlivcLivePushLogLevel.AlivcLivePushLogLevelDebug =(2)

debug

Definition at line 29 of file AlivcLivePushLogLevel.java.

◆ AlivcLivePushLogLevelError

com.alivc.live.pusher.AlivcLivePushLogLevel.AlivcLivePushLogLevelError =(5)

error

Definition at line 44 of file AlivcLivePushLogLevel.java.

◆ AlivcLivePushLogLevelInfo

com.alivc.live.pusher.AlivcLivePushLogLevel.AlivcLivePushLogLevelInfo =(3)

info

Definition at line 34 of file AlivcLivePushLogLevel.java.

◆ AlivcLivePushLogLevelNone

com.alivc.live.pusher.AlivcLivePushLogLevel.AlivcLivePushLogLevelNone =(6)

none

Definition at line 49 of file AlivcLivePushLogLevel.java.

◆ AlivcLivePushLogLevelVerbose

com.alivc.live.pusher.AlivcLivePushLogLevel.AlivcLivePushLogLevelVerbose =(1)

verbose

Definition at line 24 of file AlivcLivePushLogLevel.java.

◆ AlivcLivePushLogLevelWarn

com.alivc.live.pusher.AlivcLivePushLogLevel.AlivcLivePushLogLevelWarn =(4)

warn

Definition at line 39 of file AlivcLivePushLogLevel.java.