Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Delegate for receiving log messages.
using LogEventHandler = std::function<void(Microsoft::Azure::RemoteRendering::LogLevel, void*)>;
Applications use this type when registering events.
For more information on std::function, see the reference for function class.
Parameters
| Name | Type | Description |
|---|---|---|
level |
LogLevel | Level of the log message. |
message |
System.IntPtr | Message as an IntPtr to the underlying UTF-8 char array. |