Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ package core::geometry::advanced <<experimental>> {
package util <<infrastructure>> {

enum LogLevel {
-De : Debug
+Info : Information
+Warn : Warnning
#Err : Error
De : Debug
Info : Information
Warn : Warnning
Err : Error
}

class Logger {
Expand Down
Loading
Loading