Enum TRTCLogLevel
5.1 Log output level
Namespace: trtc
Assembly: cs.temp.dll.dll
Syntax
public enum TRTCLogLevel
Fields
Name | Description |
---|---|
TRTCLogLevelDebug | DEBUG, INFO, WARNING, ERROR, and FATAL |
TRTCLogLevelError | ERROR and FATAL |
TRTCLogLevelFatal | FATAL |
TRTCLogLevelInfo | INFO, WARNING, ERROR, and FATAL |
TRTCLogLevelNone | Off |
TRTCLogLevelVerbose | All |
TRTCLogLevelWarn | WARNING, ERROR, and FATAL |