OptionsLogger.LogOption(IOptionFormatter) Method
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.
Log an options using a formatter.
public void LogOption (Orleans.IOptionFormatter formatter);
member this.LogOption : Orleans.IOptionFormatter -> unit
Public Sub LogOption (formatter As IOptionFormatter)
Parameters
- formatter
- IOptionFormatter
The options formatter.