Projekt

Obecné

Profil

Stáhnout (119 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
namespace LDClient.utils.loggers {
2
    public enum LogType {
3
        Info = 0,
4
        Debug,
5
        Error
6
    }
7
}
(5-5/6)