added some logoutputs

This commit is contained in:
2018-10-29 23:52:31 +01:00
parent dc21cb5b0b
commit 6b8297f208
5 changed files with 68 additions and 25 deletions

10
LoggingEvents.cs Normal file
View File

@@ -0,0 +1,10 @@
namespace tv7playlist
{
public class LoggingEvents
{
public const int Startup = 1000;
public const int Playlist = 1001;
public const int PlaylistNotFound = 4000;
}
}