moved to subfolder
This commit is contained in:
11
Tv7Playlist/LoggingEvents.cs
Normal file
11
Tv7Playlist/LoggingEvents.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Tv7Playlist
|
||||
{
|
||||
public class LoggingEvents
|
||||
{
|
||||
public const int Startup = 1000;
|
||||
public const int Playlist = 1001;
|
||||
public const int ParsingM3uPlayList = 1002;
|
||||
|
||||
public const int PlaylistNotFound = 4000;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user