We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1202129 commit a8c9d2cCopy full SHA for a8c9d2c
README.md
@@ -26,4 +26,5 @@ Simply download the whole `PSColorizedLogOutput` folder to `C:\Users\<username>\
26
27
### Example 3 - you want only see parts of the logfile that represents specific loglevel?
28
`#In this example only the LogLevels WARN and ERROR are written to host. Other Levels will not be shown`
29
+
30
`Get-Content C:\wildfly-10.1.0.Final\standalone\log\server.log | Write-HostWithColorizedLogLevels -ShowOnly WARN, ERROR`
0 commit comments