Projekt

Obecné

Profil

Stáhnout (223 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
namespace LDClient.utils.loggers {
2

    
3
    /// <summary>
4
    /// Enum specifies the verbosity of the log messages
5
    /// </summary>
6
    public enum LogVerbosity {
7
        None = 0,
8
        Exceptions,
9
        Full
10
    }
11
}
(6-6/6)