OptionsLogger 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.
Base class for client and silo default options loggers.
public abstract class OptionsLogger
type OptionsLogger = class
Public MustInherit Class OptionsLogger
- Inheritance
-
OptionsLogger
Constructors
OptionsLogger(ILogger, IServiceProvider) |
Initializes a new instance of the OptionsLogger class. |
Methods
LogOption(IOptionFormatter) |
Log an options using a formatter. |
LogOptions() |
Log all options with registered formatters |
LogOptions(IEnumerable<IOptionFormatter>) |
Log options using a set of formatters. |