From d359dac2368b43a5a4788988867378fea572f687 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 05:50:52 +0000 Subject: [PATCH] deploy: b2e666b23272427946773fe1cffe960da733b61f --- AboutUs.html | 2 +- AboutUs.page-vue-render.js | 2 +- Configuration.html | 2 +- Configuration.page-vue-render.js | 2 +- DevOps.html | 2 +- DevOps.page-vue-render.js | 2 +- DeveloperGuide.html | 5 +++-- DeveloperGuide.page-vue-render.js | 19 +++++++++++++++++-- Documentation.html | 2 +- Documentation.page-vue-render.js | 2 +- Logging.html | 2 +- Logging.page-vue-render.js | 2 +- SettingUp.html | 2 +- SettingUp.page-vue-render.js | 2 +- Testing.html | 2 +- Testing.page-vue-render.js | 2 +- UserGuide.html | 2 +- UserGuide.page-vue-render.js | 2 +- diagrams/AddGradeImpl.png | Bin 0 -> 12338 bytes diagrams/AddGradeImpl.puml | 10 ++++++++++ index.html | 2 +- index.page-vue-render.js | 2 +- siteData.json | 1 + team/currynia.html | 2 +- team/currynia.page-vue-render.js | 2 +- team/dessnowy.html | 2 +- team/dessnowy.page-vue-render.js | 2 +- team/incogdino.html | 2 +- team/incogdino.page-vue-render.js | 2 +- team/swaminathanviswa.html | 2 +- team/swaminathanviswa.page-vue-render.js | 2 +- team/tohjh.html | 2 +- team/tohjh.page-vue-render.js | 2 +- 33 files changed, 59 insertions(+), 32 deletions(-) create mode 100644 diagrams/AddGradeImpl.png create mode 100644 diagrams/AddGradeImpl.puml diff --git a/AboutUs.html b/AboutUs.html index 26e15af5ee8..55596b9dd0d 100644 --- a/AboutUs.html +++ b/AboutUs.html @@ -19,7 +19,7 @@ [portfolio]
docs/
folder contains the source files for the documentation website.Style guidance:
Converting to PDF
docs/
folder contains the source files for the documentation website.Style guidance:
Converting to PDF
java.util.logging
package for logging.LogsCenter
class is used to manage the logging levels and logging destinations.Logger
for a class can be obtained using LogsCenter.getLogger(Class)
which will log messages according to the specified logging level..log
file.logLevel
setting in the configuration file (See the Configuration guide section).java.util.logging
package for logging.LogsCenter
class is used to manage the logging levels and logging destinations.Logger
for a class can be obtained using LogsCenter.getLogger(Class)
which will log messages according to the specified logging level..log
file.logLevel
setting in the configuration file (See the Configuration guide section).