Esempio n. 1
0
        internal void EnableLogging(IParserLogger /*!*/ logger)
        {
#if DEBUG
            Assert.NotNull(logger);
            _logger = logger;
#endif
        }
Esempio n. 2
0
        internal void DisableLogging() {
#if DEBUG
            _logger = null;
#endif
        }
Esempio n. 3
0
        internal void EnableLogging(IParserLogger/*!*/ logger) {
#if DEBUG
            Assert.NotNull(logger);
            _logger = logger;
#endif
        }
Esempio n. 4
0
        internal void DisableLogging()
        {
#if DEBUG
            _logger = null;
#endif
        }