11 references to Log
Microsoft.NET.Build.Tasks (6)
LockFileCache.cs (1)
123
_log.
Log
(
Logger.cs (4)
56
=>
Log
(CreateMessage(MessageLevel.NormalImportance, format, args));
59
=>
Log
(CreateMessage(importance.ToLevel(), format, args));
62
=>
Log
(CreateMessage(MessageLevel.Warning, format, args));
65
=>
Log
(CreateMessage(MessageLevel.Error, format, args));
ResolvePackageAssets.cs (1)
413
Log.
Log
(
Microsoft.NET.Build.Tasks.UnitTests (5)
GivenATaskBase.cs (5)
24
task.Log.
Log
(new Message(MessageLevel.HighImportance, "high", code: "code1", file: "file1"));
25
task.Log.
Log
(new Message(MessageLevel.LowImportance, "low", code: "code2", file: "file2"));
26
task.Log.
Log
(new Message(MessageLevel.NormalImportance, "normal", code: "code3", file: "file3"));
27
task.Log.
Log
(new Message(MessageLevel.Warning, "warning", code: "code4", file: "file4"));
28
task.Log.
Log
(new Message(MessageLevel.Error, "error", code: "code5", file: "file5"));