You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Zero/ZeroLevel.Discovery/Program.cs

11 lines
304 B

6 years ago
namespace ZeroLevel.Discovery
{
internal class Program
6 years ago
{
private static void Main(string[] args)
6 years ago
{
6 years ago
Log.AddConsoleLogger(Services.Logging.LogLevel.System | Services.Logging.LogLevel.FullDebug);
6 years ago
Bootstrap.Startup<DiscoveryService>(args);
}
}
}

Powered by TurnKey Linux.