Method AddItem
AddItem(string)
Protected method that called from Add(string?) in order to add a log item to the view.
protected abstract void AddItem(string s)
Parameters
s
stringThe log message to add.
Protected method that called from Add(string?) in order to add a log item to the view.
protected abstract void AddItem(string s)
s
stringThe log message to add.