Skip to content

Commit

Permalink
Fixed issue Topshelf#220, making Get public
Browse files Browse the repository at this point in the history
  • Loading branch information
phatboyg committed Mar 11, 2015
1 parent a260473 commit ea0a8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Topshelf/Logging/HostLogger.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public static LogWriter Get(Type type)
return Get(type.GetTypeName());
}

static LogWriter Get(string name)
public static LogWriter Get(string name)
{
return Current.Get(name);
}
Expand Down

0 comments on commit ea0a8d0

Please sign in to comment.