Skip to content

Use External Logging Library #293

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Aug 31, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
[submodule "InfectedRose"]
path = InfectedRose
url = https://github.com/Wincent01/InfectedRose.git
[submodule "NexusLogging"]
path = NexusLogging
url = https://github.com/TheNexusAvenger/Nexus-Logging.git
1 change: 1 addition & 0 deletions NexusLogging
Submodule NexusLogging added at eca4d8
10 changes: 0 additions & 10 deletions Uchu.Core/Attributes/LoggerIgnoreAttribute.cs

This file was deleted.

1 change: 1 addition & 0 deletions Uchu.Core/Config/UchuConfiguration.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using System.Collections.Generic;
using System.Xml.Serialization;
using Microsoft.Extensions.Logging;

namespace Uchu.Core.Config
{
Expand Down
33 changes: 0 additions & 33 deletions Uchu.Core/Logging/LogLevel.cs

This file was deleted.

282 changes: 0 additions & 282 deletions Uchu.Core/Logging/LogQueue.cs

This file was deleted.

Loading