mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-29 00:18:39 +00:00
Remove that return statement I forgot to remove.
This commit is contained in:
parent
8299677767
commit
dc92cc0319
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ namespace LBPUnion.ProjectLighthouse.Logging {
|
||||||
|
|
||||||
public override void Send(LoggerLine line)
|
public override void Send(LoggerLine line)
|
||||||
{
|
{
|
||||||
return;
|
|
||||||
FileHelper.EnsureDirectoryCreated(logsDirectory);
|
FileHelper.EnsureDirectoryCreated(logsDirectory);
|
||||||
|
|
||||||
File.AppendAllText(Path.Combine(logsDirectory, line.LoggerLevel + ".log"), line.LineData + "\n");
|
File.AppendAllText(Path.Combine(logsDirectory, line.LoggerLevel + ".log"), line.LineData + "\n");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue