11 lines
266 B
C#
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;
|
|
}
|
|
} |