Skip to content

Instantly share code, notes, and snippets.

@hclewk
Last active April 11, 2018 18:08
Show Gist options
  • Save hclewk/0b44e915df443d612f54d274e7e1d5f7 to your computer and use it in GitHub Desktop.
Save hclewk/0b44e915df443d612f54d274e7e1d5f7 to your computer and use it in GitHub Desktop.
AppConsole Usage Example
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