BaseChannelWriter.TraceLogAlways Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
TraceLogAlways
public:
virtual bool TraceLogAlways(System::Management::Automation::Tracing::PowerShellTraceEvent traceEvent, System::Management::Automation::Tracing::PowerShellTraceOperationCode operationCode, System::Management::Automation::Tracing::PowerShellTraceTask task, ... cli::array <System::Object ^> ^ args);
public virtual bool TraceLogAlways (System.Management.Automation.Tracing.PowerShellTraceEvent traceEvent, System.Management.Automation.Tracing.PowerShellTraceOperationCode operationCode, System.Management.Automation.Tracing.PowerShellTraceTask task, params object[] args);
abstract member TraceLogAlways : System.Management.Automation.Tracing.PowerShellTraceEvent * System.Management.Automation.Tracing.PowerShellTraceOperationCode * System.Management.Automation.Tracing.PowerShellTraceTask * obj[] -> bool
override this.TraceLogAlways : System.Management.Automation.Tracing.PowerShellTraceEvent * System.Management.Automation.Tracing.PowerShellTraceOperationCode * System.Management.Automation.Tracing.PowerShellTraceTask * obj[] -> bool
Public Overridable Function TraceLogAlways (traceEvent As PowerShellTraceEvent, operationCode As PowerShellTraceOperationCode, task As PowerShellTraceTask, ParamArray args As Object()) As Boolean
Parameters
- traceEvent
- PowerShellTraceEvent
- operationCode
- PowerShellTraceOperationCode
- task
- PowerShellTraceTask
- args
- Object[]