LoggerDescription Class

Definition

Contains information about a logger as a collection of values that can be used to instantiate the logger as well as being serialized to pass between different processes.

public ref class LoggerDescription
public class LoggerDescription
type LoggerDescription = class
Public Class LoggerDescription
Inheritance
LoggerDescription

Constructors

LoggerDescription(String, String, String, String, LoggerVerbosity)

Creates a logger description based on the given parameters.

Properties

LoggerSwitchParameters

Gets the string of logger parameters.

Verbosity

Gets the verbosity level for the logger.

Applies to