MobileAppSettingsKeys.SystemLogLevel Field

 

The key identifying the application setting containing the minimum log level for system logs logged by the service. Only system logs with a level greater than or equal to the indicated level will get logged to the system log.

Namespace:   Microsoft.Azure.Mobile.Server.Config
Assembly:  Microsoft.Azure.Mobile.Server (in Microsoft.Azure.Mobile.Server.dll)

Syntax

public static readonly string SystemLogLevel
public:
static initonly String^ SystemLogLevel
static val SystemLogLevel : string
Public Shared ReadOnly SystemLogLevel As String

Field Value

Type: System.String

See Also

MobileAppSettingsKeys Class
Microsoft.Azure.Mobile.Server.Config Namespace

Return to top