Last active
April 11, 2018 18:08
-
-
Save hclewk/0b44e915df443d612f54d274e7e1d5f7 to your computer and use it in GitHub Desktop.
AppConsole Usage Example
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
var console = new AppConsole() | |
{ | |
ConsoleName = "Web Monitor - web" + id + ".zensales.net", | |
ConsoleDescription = "A simple app that monitors the status of web" + id + ".zensales.net and heals it if necessary.", | |
ConsoleID = "tskhrnetsr802tTNR80S" //any sufficiently long random string to prevent guessing - can generate an one-off with StringHelper.RandomString(64) | |
}; | |
console.Write("This is a log line that I'm writing"); | |
//Console can now be viewed at http://www.appconsole.net/console/tskhrnetsr802tTNR80S |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment