Skip to content

Instantly share code, notes, and snippets.

@igorkulman
Created June 20, 2013 11:40
Show Gist options
  • Save igorkulman/5822061 to your computer and use it in GitHub Desktop.
Save igorkulman/5822061 to your computer and use it in GitHub Desktop.
let log (severity:Severity) message =
let entry = LogEntity(PartitionKey = DateTime.Now.ToString("yyyy-MM-dd"), RowKey = Guid.NewGuid().ToString(), Timestamp = DateTime.Now, Message = message, Severity = string severity)
CreateEntityWithClient client "LogEntity" entry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment