C# 클래스 OpenMetaverse.Voice.VoiceGateway.VoiceLoggingSettings

파일 보기 프로젝트 열기: 3di/3di-viewer-rei-libs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Enabled bool
FileNamePrefix string
FileNameSuffix string
Folder string
LogLevel int

공개 메소드들

메소드 설명
VoiceLoggingSettings ( ) : System

Constructor for default logging settings

메소드 상세

VoiceLoggingSettings() 공개 메소드

Constructor for default logging settings
public VoiceLoggingSettings ( ) : System
리턴 System

프로퍼티 상세

Enabled 공개적으로 프로퍼티

Enable logging
public bool Enabled
리턴 bool

FileNamePrefix 공개적으로 프로퍼티

This will be prepended to beginning of each log file
public string FileNamePrefix
리턴 string

FileNameSuffix 공개적으로 프로퍼티

The suffix or extension to be appended to each log file
public string FileNameSuffix
리턴 string

Folder 공개적으로 프로퍼티

The folder where any logs will be created
public string Folder
리턴 string

LogLevel 공개적으로 프로퍼티

0: NONE - No logging 1: ERROR - Log errors only 2: WARNING - Log errors and warnings 3: INFO - Log errors, warnings and info 4: DEBUG - Log errors, warnings, info and debug
public int LogLevel
리턴 int