ResourceLoggerService Class

Definition

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.

Applies to