Пример #1
0
    private static void Init()
    {
        ILLog.Log("hahahah");

        LogicContext.Creat();
        try
        {
            throw new System.Exception("hhh");
        }
        catch (System.Exception ex)
        {
            ILLog.LogException(ex);
        }
    }