3 references to LogEvent
Microsoft.Build.Tasks.Core (3)
AssemblyDependency\Node\RarNodeBuildEngine.cs (3)
103
public void LogErrorEvent(BuildErrorEventArgs e) =>
LogEvent
(e);
105
public void LogWarningEvent(BuildWarningEventArgs e) =>
LogEvent
(e);
107
public void LogMessageEvent(BuildMessageEventArgs e) =>
LogEvent
(e);