Add trace logs.
This commit is contained in:
@@ -204,7 +204,10 @@ SplitView {
|
||||
|
||||
Component.onCompleted: {
|
||||
// Show logging is working.
|
||||
Logger.debug("Debug console ready")
|
||||
Logger.warn("Warnings show up too")
|
||||
Logger.info("Info logs")
|
||||
Logger.warn("Warning logs")
|
||||
Logger.debug("Debug logs")
|
||||
Logger.error("Error logs")
|
||||
Logger.trace("Trace logs")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user