Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.93 KB

File metadata and controls

35 lines (24 loc) · 1.93 KB

Namespace: igloo15 > NuGetSearcher

Assembly: igloo15.NuGetSearcher.dll

Implements ILogger

Summary

Microsoft.Extensions.Logging adaptor to NuGet Logging

Constructors

Name Summary
NuGetLogger ( ILogger logger ) Contructor of NuGetLogger with Microsoft Extensions Logging ILogger

Methods

Return Name Summary
void Log ( LogLevel level, String data ) Genric log at level
void Log ( ILogMessage message ) Generic Logging of ILogMessage
Task LogAsync ( LogLevel level, String data ) Generic Log at Level Async
Task LogAsync ( ILogMessage message ) Generic Logging of ILogMessage Async
void LogDebug ( String data ) Log debug
void LogError ( String data ) Log Error
void LogInformation ( String data ) Log Information
void LogInformationSummary ( String data ) Log Informational
void LogMinimal ( String data ) Log Minimal
void LogVerbose ( String data ) Log verbose
void LogWarning ( String data ) Log Warning