ILoggerDelegate.Init(String) Method

Definition

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.

Applies to