Skip to content

Instantly share code, notes, and snippets.

@buildmotion
Created April 3, 2018 08:11
Show Gist options
  • Save buildmotion/8e4df8f505bedfd5a4da131ab5b261de to your computer and use it in GitHub Desktop.
Save buildmotion/8e4df8f505bedfd5a4da131ab5b261de to your computer and use it in GitHub Desktop.
export enum Severity {
Information = 1,
Warning = 2,
Error = 3,
Critical = 4,
Debug = 5
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment