Ejemplo n.º 1
0
        protected void DebugLog2(string message, params object[] args)
        {
#if ENABLE_LOG && LOG_LEVEL_3
            message = string.Format("[{0}] {1}", hash_, message);
            FunDebug.DebugLog2(message, args);
#endif
        }