We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8899862 + cf9013d commit cda1ee2Copy full SHA for cda1ee2
ExamplesV2/ExtProvider/ExtProvider.psm1
@@ -14,6 +14,7 @@ function ExtProvider {
14
[object]
15
$Config
16
)
17
+
18
$null = $Config
19
$InformationPreference = "Continue"
20
$logMessage = "$((Get-Date).ToUniversalTime().ToString("yyyy/MM/dd HH:mm:ss:ffff tt")) $Name $($Level): $($Message.Trim())"
ExamplesV2/vanilla.ps1
@@ -20,7 +20,6 @@ $SimplePSLoggerConfig = @{
}
21
#New-SimplePSLogger -Name "vanilla-script"
22
New-SimplePSLogger -Name "vanilla-script-2" -Configuration $SimplePSLoggerConfig
23
-
24
Set-SimplePSLogger -Name "vanilla-script"
25
# Get-Process | Select-Object -Property @{
26
# label = 'Message';
0 commit comments