Skip to content

Commit 12c9699

Browse files
committed
Change
1 parent fe15031 commit 12c9699

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Kepware.Api/KepwareApiClient.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ public KepwareApiClient(KepwareApiClientOptions options, ILoggerFactory loggerFa
9494
: this(UNKNOWN, options, loggerFactory, httpClient)
9595
{
9696
m_logger.LogInformation("Created KepwareApiClient instance with name {ClientName} at {BaseAddress}", ClientName, m_httpClient.BaseAddress);
97+
m_logger.LogInformation("KepwareApiClient instance created successfully.");
9798
}
9899

99100
internal KepwareApiClient(string name, KepwareApiClientOptions options, ILoggerFactory loggerFactory, HttpClient httpClient)

0 commit comments

Comments
 (0)