Files
tv7playlist/Tv7Playlist.Core/LoggingEvents.cs

11 lines
266 B
C#

namespace Tv7Playlist.Core
{
public static class LoggingEvents
{
public const int Startup = 1000;
public const int Playlist = 1001;
public const int ParsingM3uPlayList = 1002;
public const int PlaylistNotFound = 4000;
}
}