Britbot
static void Britbot.Logger.Write ( string  str,
bool  force = false 
) [inline, static]

Definition at line 163 of file Logger.cs.

        {
#if WRITE
            Bot.Game.Debug(str);
#else
#if NOSHUTUP
            if(force)
                Bot.Game.Debug(str);
#endif
#endif

        }