Skip to content

Commit

Permalink
LogContext (OmniSharp.Script)
Browse files Browse the repository at this point in the history
  • Loading branch information
seesharper committed Oct 12, 2017
1 parent 23d5447 commit 6280c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OmniSharp.Script/ScriptProjectSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public ScriptProjectSystem(OmniSharpWorkspace workspace, IOmniSharpEnvironment e
_compilationDependencyResolver = new CompilationDependencyResolver(type =>
{
// Prefix with "OmniSharp" so that we make it through the log filter.
var categoryName = $"OmniSharp.{type.FullName}";
var categoryName = $"OmniSharp.Script.{type.FullName}";
var dependencyResolverLogger = loggerFactory.CreateLogger(categoryName);
return ((level, message) =>
{
Expand Down

0 comments on commit 6280c3a

Please sign in to comment.