Exemplo n.º 1
0
        protected void DebugLogWarning(string message, params object[] args)
        {
#if ENABLE_DEBUG
            message = string.Format("[{0}] {1}", hash_, message);
#endif
            FunDebug.DebugLogWarning(message, args);
        }