ILoggerDelegate.Init(String) 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.
Initialize the logger.
public void Init (string storagePath);
abstract member Init : string -> unit
Public Sub Init (storagePath As String)
Parameters
- storagePath
- String
The path to the location where persistent state, including logs, may be stored.