RemoteRenderingClient.LogLevel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Only messages at this log level or below will be delivered through MessageLogged.
public:
property Microsoft::Azure::RemoteRendering::LogLevel LogLevel { Microsoft::Azure::RemoteRendering::LogLevel get(); void set(Microsoft::Azure::RemoteRendering::LogLevel value); };
public Microsoft.Azure.RemoteRendering.LogLevel LogLevel { get; set; }
member this.LogLevel : Microsoft.Azure.RemoteRendering.LogLevel with get, set
Public Property LogLevel As LogLevel