1 write to _tracer
Microsoft.NET.HostModel (1)
Bundle\Bundler.cs (1)
57
_tracer
= new Trace(diagnosticOutput);
12 references to _tracer
Microsoft.NET.HostModel (12)
Bundle\Bundler.cs (12)
290
_tracer
.Log($"Bundler Version: {BundlerMajorVersion}.{BundlerMinorVersion}");
291
_tracer
.Log($"Bundle Version: {BundleManifest.BundleVersion}");
292
_tracer
.Log($"Target Runtime: {_target}");
293
_tracer
.Log($"Bundler Options: {_options}");
318
_tracer
.Log($"Ovewriting existing File {bundlePath}");
370
_tracer
.Log($"Embed: {entry}");
379
_tracer
.Log($"Header Offset={headerOffset}");
380
_tracer
.Log($"Meta-data Size={writer.BaseStream.Position - headerOffset}");
381
_tracer
.Log($"Bundle: Path={bundlePath}, Size={bundleStream.Length}");
405
_tracer
.Log($"Removing existing bundle file to clear signature cache: {bundlePath}");
503
_tracer
.Log($"Ignore: {relativePath}");
511
_tracer
.Log($"Exclude [{type}]: {relativePath}");