We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4963ba9 commit 46fe18fCopy full SHA for 46fe18f
src/Renci.SshNet/ConnectionInfo.cs
@@ -502,7 +502,7 @@ IList<IAuthenticationMethod> IConnectionInfoInternal.AuthenticationMethods
502
/// Gets or sets logger factory for this connection.
503
/// </summary>
504
/// <value>
505
- /// The logger factory for this connection. If <see langword="null"/> then <see cref="SshNetLoggingConfiguration.LoggerFactory"/> should be used.
+ /// The logger factory for this connection. If <see langword="null"/> then <see cref="SshNetLoggingConfiguration.LoggerFactory"/> is used.
506
/// </value>
507
public ILoggerFactory LoggerFactory { get; set; }
508
}
0 commit comments