Package org.daiitech.naftah.playground.utils.logging
package org.daiitech.naftah.playground.utils.logging
Logging utilities for the Naftah playground.
This package provides lightweight utilities used to handle logging across different components of the Naftah ecosystem, including the browser-based playground and runtime modules.
It is responsible for:
- Standardizing log output formats.
- Supporting debug and diagnostic messages.
- Providing helpers for browser and Java execution environments.
This package is internal to the Naftah implementation and is not part of the public API.
- Author:
- Chakib Daii
-
ClassDescriptionSimple logger implementation used by the Naftah Playground.Defines the logging levels supported by the playground logging system.Factory and configuration holder for playground loggers.