Ejemplo n.º 1
0
        public void AppendText(string value)
        {
            Logger.LogAction((LogFunction log) => { log("Appending '{0}' to {1} '{2}', {3}", value, GetType().Name, IdOrName, Description); });

            TypeTextAction.AppendText(value);
        }
Ejemplo n.º 2
0
        public void AppendText(string value)
        {
            Logger.LogAction("Appending '" + value + "' to " + GetType().Name + " '" + ToString() + "'");

            TypeTextAction.AppendText(value);
        }