added some logoutputs
This commit is contained in:
10
LoggingEvents.cs
Normal file
10
LoggingEvents.cs
Normal 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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user