CK.Plugins.ObjectExplorer.ViewModels.LogViewModels.VMLogOutputContainer.Add C# (CSharp) Method

Add() public method

public Add ( CK.Plugin.LogEventArgs e, string message ) : void
e CK.Plugin.LogEventArgs
message string
return void
        public void Add( LogEventArgs e, string message )
        {
            Add( new VMOutputLogEntry( this, e, message, ++_counter ) );
        }

Same methods

VMLogOutputContainer::Add ( VMOutputLogEntry entry ) : void