FileLoggerProvider(String) Constructor
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.
Initializes a new instance of the FileLoggerProvider class.
public FileLoggerProvider (string filePath);
new Orleans.TestingHost.Logging.FileLoggerProvider : string -> Orleans.TestingHost.Logging.FileLoggerProvider
Public Sub New (filePath As String)
Parameters
- filePath
- String
The log file path.