Official Content

Defines the level of detail written to the Log when using the Log API programmatically.

Values

6. All The ALL Level has the lowest possible rank and is intended to turn on all logging.
5. Debug The DEBUG Level designates fine-grained informational events that are most useful to debug an application.
2. Error The ERROR level designates error events that might still allow the application to continue running.
1. Fatal The FATAL level designates very severe error events that will presumably lead the application to abort.
4. Info The INFO level designates informational messages that highlight the progress of the application at coarse-grained level.
0. Off The OFF Level has the highest possible rank and is intended to turn off logging. This is the default value.
3. Warn The WARN level designates potentially harmful situations.

Scope

Objects: Procedure, Web Component, Web Panel, Panel
Generators: .NET, .NET Framework, Java

Description

Allows configuring the level of detail of the Log when you use the Log API (Log external object).

This is independent of the level of detail configured in the Log level property.

That is to say, you can see the Log messages generated by the Log API without the Log messages of the generator being displayed (and vice versa).

Runtime/Design time

This property applies only at design time.

How to apply changes

To apply the corresponding changes when the property value is configured, Build any object.

See Also

Last update: February 2024 | © GeneXus. All rights reserved. GeneXus Powered by Globant