ResourceLoggerService 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 service that provides loggers for resources to write to.
public class ResourceLoggerService
type ResourceLoggerService = class
Public Class ResourceLoggerService
- Inheritance
-
ResourceLoggerService
Constructors
ResourceLoggerService() |
Methods
ClearBacklog(String) |
Clears the log stream's backlog for the resource. |
Complete(IResource) |
Completes the log stream for the resource. |
Complete(String) |
Completes the log stream for the resource. |
GetLogger(IResource) |
Gets the logger for the resource to write to. |
GetLogger(String) |
Gets the logger for the resource to write to. |
WatchAnySubscribersAsync(CancellationToken) |
Watch for subscribers to the log stream for a resource. |
WatchAsync(IResource) |
Watch for changes to the log stream for a resource. |
WatchAsync(String) |
Watch for changes to the log stream for a resource. |