Skip to content

Commit

Permalink
Reorder the UI levels so that the lowest is at the top.
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch committed Oct 24, 2024
1 parent 94eee76 commit 97e2281
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ui.toit
Original file line number Diff line number Diff line change
Expand Up @@ -262,11 +262,11 @@ class Ui:
static ERROR ::= 5
static RESULT ::= 6

static DEBUG-LEVEL ::= -1
static VERBOSE-LEVEL ::= -2
static NORMAL-LEVEL ::= -3
static QUIET-LEVEL ::= -4
static SILENT-LEVEL ::= -5
static QUIET-LEVEL ::= -4
static NORMAL-LEVEL ::= -3
static VERBOSE-LEVEL ::= -2
static DEBUG-LEVEL ::= -1

level/int
printer_/Printer
Expand Down

0 comments on commit 97e2281

Please sign in to comment.