Use LogSource Enum for logger and improve logging messages
This commit is contained in:
parent
0fe273151c
commit
2b85caeb29
16 changed files with 122 additions and 95 deletions
16
Geekbot.net/Lib/Logger/LogSource.cs
Normal file
16
Geekbot.net/Lib/Logger/LogSource.cs
Normal file
|
@ -0,0 +1,16 @@
|
|||
namespace Geekbot.net.Lib.Logger
|
||||
{
|
||||
public enum LogSource
|
||||
{
|
||||
Geekbot,
|
||||
Rest,
|
||||
Gateway,
|
||||
Discord,
|
||||
Redis,
|
||||
Message,
|
||||
UserRepository,
|
||||
Command,
|
||||
Api,
|
||||
Other
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue