Britbot
static void Britbot.Logger.DumpDebug ( ) [inline, static]

Definition at line 156 of file Logger.cs.

        {
#if DEBUG
            Bot.Game.Debug(Logger.times.ToString());
#endif
        }