4 lines
194 B
Batchfile
4 lines
194 B
Batchfile
REM collect a trace using the EventSource provider OPC-UA-Core
|
|
dotnet tool install --global dotnet-trace
|
|
dotnet-trace collect --name consolereferenceclient --providers OPC-UA-Core,OPC-UA-Client
|