/// <inheriteddoc />
 protected override void OnExecute(ILogCommandExecutionContext context)
 {
     this._EXECUTE_LOG_MESSAGE(context);
 }
示例#2
0
 /// <summary>
 /// The logic for <see cref="LogCommandBase.Execute(ILogMessage)" /> command.
 /// </summary>
 /// <param name="context">The execution context.</param>
 protected abstract void OnExecute(ILogCommandExecutionContext context);