style(sfDataQuery, sfAccountRoles): enhance debug logging with visual indicators#28
style(sfDataQuery, sfAccountRoles): enhance debug logging with visual indicators#28
Conversation
|
|
||
| Write-MyDebug " >> $command" -section "SfDataCreate" | ||
|
|
||
Check notice
Code scanning / PSScriptAnalyzer
Line has trailing whitespace Note
| $response = Invoke-Expression $command | ||
|
|
||
|
|
Check notice
Code scanning / PSScriptAnalyzer
Line has trailing whitespace Note
|
|
||
|
|
||
| Write-MyDebug " << $command" -section "SfDataCreate" | ||
|
|
Check notice
Code scanning / PSScriptAnalyzer
Line has trailing whitespace Note
|
|
||
| Write-MyDebug " >> $command" -section "SfDataQuery" | ||
|
|
||
Check notice
Code scanning / PSScriptAnalyzer
Line has trailing whitespace Note
|
|
||
| $response = Invoke-Expression $command | ||
|
|
Check notice
Code scanning / PSScriptAnalyzer
Line has trailing whitespace Note
|
|
||
| Write-MyDebug " >> $command" -section "SfDataQuery" | ||
|
|
||
Check notice
Code scanning / PSScriptAnalyzer
Line has trailing whitespace Note
|
|
||
| $response = Invoke-Expression $command | ||
|
|
Check notice
Code scanning / PSScriptAnalyzer
Line has trailing whitespace Note
Improve debug logging by adding visual indicators for cache hits and misses, as well as command execution in the SfDataQuery and SfAccountRoles functions. This enhancement aids in better tracking and understanding of the logging output.