Skip to content
Snippets Groups Projects
Commit 401c41a6 authored by Dariusz Rybicki's avatar Dariusz Rybicki
Browse files

Add LogLevel

parent 404390b5
No related branches found
No related tags found
1 merge request!2Bindings API wrapper
public enum LogLevel: Int, Equatable {
case trace = 0
case debug = 1
case info = 2
case warn = 3
case error = 4
case critical = 5
case fatal = 6
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment