From 5c443aea1835e3eb9146a8eef8ee6b695a7ce79d Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Sat, 18 Nov 2023 12:14:43 +0000 Subject: [PATCH] deploy: 66d4bdf5e642d3ce857c2001334a4a3e9b36704f --- kslog/logging.html | 20 ++++++++++++++------ search/search_index.json | 2 +- sitemap.xml.gz | Bin 606 -> 606 bytes 3 files changed, 15 insertions(+), 7 deletions(-) diff --git a/kslog/logging.html b/kslog/logging.html index e22f3cc..34fdcc7 100644 --- a/kslog/logging.html +++ b/kslog/logging.html @@ -1987,41 +1987,48 @@ On this page all the messages will be just simple String, but you m 0 -DEBUG -console.log +TRACE +console.trace + console.debug Level.FINEST Log.d 1 +DEBUG +console.debug +Level.FINER +Log.d + + +2 VERBOSE console.info Level.FINE Log.v -2 +3 INFO console.info Level.INFO Log.i -3 +4 WARNING console.warn Level.WARNING Log.w -4 +5 ERROR console.error Level.SEVERE Log.e -5 +6 ASSERT console.error Level.SEVERE @@ -2031,6 +2038,7 @@ On this page all the messages will be just simple String, but you m

Each of these levels have fullname and shortname shortcat extensions: