Created
March 12, 2014 08:21
-
-
Save grenade/9502887 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| New-EventLog -LogName DevOps.Dashboard -Source DevOps.Dashboard.Bot | |
| Write-EventLog -LogName DevOps.Dashboard -Source DevOps.Dashboard.Bot -EntryType Information -Message "Bot starting..." -EventId 1 | |
| Write-EventLog -LogName DevOps.Dashboard -Source DevOps.Dashboard.Bot -EntryType Error -Message "DummyException: Something strange occurred somewhere, sometime." -EventId 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment