ConnectedServiceLogger Class
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.
A logging service which can be used to provide information to end user developers.
public ref class ConnectedServiceLogger abstract
[Windows::Foundation::Metadata::WebHostHidden]
public ref class ConnectedServiceLogger abstract
[Windows::Foundation::Metadata::WebHostHidden]
class ConnectedServiceLogger abstract
public abstract class ConnectedServiceLogger
type ConnectedServiceLogger = class
Public MustInherit Class ConnectedServiceLogger
- Inheritance
-
ConnectedServiceLogger
Remarks
Instances of this class are provided by the Connected Services infrastructure. It is not intended that you inherit from this class from your production code.
Constructors
ConnectedServiceLogger() |
Initializes a new instance of the ConnectedServiceLogger class. This constructor supports unit testing your extension and is not intended to be used directly from your production code. |
Methods
WriteMessageAsync(LoggerMessageCategory, String, Object[]) |
Write a message to the log. |
WriteMessageAsync(LoggerMessageCategory, String) |
Write a message to the log. |