Implemented interface member:
method
Log
NuGet.Common.ILogger.Log(NuGet.Common.LogLevel, System.String)
1 override of Log
NuGet.Common (1)
Logging\NullLogger.cs (1)
27
public override void
Log
(LogLevel level, string data) { }
7 references to Log
NuGet.Common (7)
Logging\LoggerBase.cs (7)
45
Log
(LogLevel.Debug, data);
50
Log
(LogLevel.Error, data);
55
Log
(LogLevel.Information, data);
60
Log
(LogLevel.Information, data);
65
Log
(LogLevel.Minimal, data);
70
Log
(LogLevel.Verbose, data);
75
Log
(LogLevel.Warning, data);