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 fe15031 commit 12c9699Copy full SHA for 12c9699
1 file changed
Kepware.Api/KepwareApiClient.cs
@@ -94,6 +94,7 @@ public KepwareApiClient(KepwareApiClientOptions options, ILoggerFactory loggerFa
94
: this(UNKNOWN, options, loggerFactory, httpClient)
95
{
96
m_logger.LogInformation("Created KepwareApiClient instance with name {ClientName} at {BaseAddress}", ClientName, m_httpClient.BaseAddress);
97
+ m_logger.LogInformation("KepwareApiClient instance created successfully.");
98
}
99
100
internal KepwareApiClient(string name, KepwareApiClientOptions options, ILoggerFactory loggerFactory, HttpClient httpClient)
0 commit comments