en-US/about_NLogModule.help.txt
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
TOPIC
about_NLogModule SHORT DESCRIPTION Use NLog to capture and log all calls to write-output, verbose, warning, error, and host LONG DESCRIPTION Use NLog to capture and log all calls to write-output, verbose, warning, error, and host EXAMPLES Register-NLog -FileName 'c:\temp\debug.log' -LoggerName 'MyApp' Write-Verbose 'My verbose message' Write-Warning 'This is a warning! Oh No!' Write-Host -ForgroundColor:Green "Writing to the host!" UnRegister-NLog KEYWORDS NLog,PowerShell Logging,Logging SEE ALSO https://github.com/zloeber/NLogModule |