Untis 2020 |
![]() ![]() ![]() |
El trío, formado por Untis, WebUntis y UntisMoblie, ha evolucionado mucho en los últimos años y tiene un futuro prometedor marcado por la tecnología digital y la información.
Tanto el desarrollo tecnológico como la integración de los tres programas requieren constantemente cambios internos de programación y también externos, en la superficie de los tres programas. Algunas de estas novedades y mejoras se plasman, a primera vista, en los programas; otras, no, como el nuevo registro del historial de acceso a Untis. Éste se encarga de documentar los accesos a Untis y nos ayuda a prever y evitar las posibles caídas del servidor (crash server). El nuevo historial de acceso a WebUntis (logging framework), por su parte, recuerda y registra las actividades llevadas a cabo en Untis.
Información técnica:A Java logging framework is a computer data logging package for the Java platform.Logging refers to the recording of activity. Logging is a common issue for development teams. Several frameworks ease and standardize the process of logging for the Java platform. Common levels
Levels:Description FATALSevere errors that cause premature termination. Expect these to be immediately visible on a status console. ERROROther runtime errors or unexpected conditions. Expect these to be immediately visible on a status console. WARNINGUse of deprecated APIs, poor use of API, 'almost' errors, other runtime situations that are undesirable or unexpected, but not necessarily "wrong". Expect these to be immediately visible on a status console. INFOInteresting runtime events (startup/shutdown). Expect these to be immediately visible on a console, so be conservative and keep to a minimum. DEBUGdetailed information on the flow through the system. Expect these to be written to logs only. TRACEmore detailed information. Expect these to be written to logs only.The logging framework maintains the current logging level for each logger. The logging level can be set more or less restrictive. For example, if the logging level is set to "WARNING", then all messages of that level or higher are logged, ERROR and FATAL. |