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