Class SshNetLoggingConfiguration
- Namespace
- Renci.SshNet
- Assembly
- Renci.SshNet.dll
Allows configuring the logging for internal logs of SSH.NET.
public static class SshNetLoggingConfigurationInheritance
Inherited Members
Methods
InitializeLogging(ILoggerFactory)
Initializes the logging for SSH.NET.
public static void InitializeLogging(ILoggerFactory loggerFactory)Parameters
loggerFactoryILoggerFactory-
The logger factory.