C# Class OpenMetaverse.Voice.VoiceGateway.VoiceLoggingSettings

Datei anzeigen Open project: 3di/3di-viewer-rei-libs Class Usage Examples

Public Properties

Property Type Description
Enabled bool
FileNamePrefix string
FileNameSuffix string
Folder string
LogLevel int

Public Methods

Method Description
VoiceLoggingSettings ( ) : System

Constructor for default logging settings

Method Details

VoiceLoggingSettings() public method

Constructor for default logging settings
public VoiceLoggingSettings ( ) : System
return System

Property Details

Enabled public_oe property

Enable logging
public bool Enabled
return bool

FileNamePrefix public_oe property

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

FileNameSuffix public_oe property

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

Folder public_oe property

The folder where any logs will be created
public string Folder
return string

LogLevel public_oe property

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
return int