Ejemplo n.º 1
0
    // IBuildLogger

    public void Log(string category, string text, object extra)
    {
        real.Log(category, text, extra);
    }