Skip to content

Instantly share code, notes, and snippets.

@brunofmeurer
Created September 13, 2019 20:13
Show Gist options
  • Save brunofmeurer/97067007533cd485e8efe5407044a8df to your computer and use it in GitHub Desktop.
Save brunofmeurer/97067007533cd485e8efe5407044a8df to your computer and use it in GitHub Desktop.
public enum LogStatus
{
SUCCESS, WARNING, ERROR, INFO, DEBUG
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment