Projekt

Obecné

Profil

Stáhnout (377 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
using LDClient;
2
using System;
3

    
4

    
5
class Program {
6

    
7
    public static LDClient.ConfigLoader Config { get; set; }
8

    
9
    // Main Method
10
    static public void Main() {
11
        Config = new LDClient.ConfigLoader();
12

    
13
        while (true) {
14
            Logger.Current.Info("Ok");
15
            Logger.Current.Debug("Debug");
16
            Logger.Current.Error("Error");
17
        }
18
    }
19
}
(2-2/3)