Level of detail written to the Log when using the Log API programmatically.
0. Off | The OFF Level has the highest possible rank and is intended to turn off logging. This is the default value. |
1. Fatal | The FATAL level designates very severe error events that will presumably lead the application to abort. |
2. Error | The ERROR level designates error events that might still allow the application to continue running. |
3. Warn | The WARN level designates potentially harmful situations. |
4. Info | The INFO level designates informational messages that highlight the progress of the application at coarse-grained level. |
5. Debug | The DEBUG Level designates fine-grained informational events that are most useful to debug an application. |
6. All | The ALL Level has the lowest possible rank and is intended to turn on all logging. |
Allows us to configure at the level of detail of the Log when we 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, we can see the Log messages generated by the Log API, without the messages of the Log of the generator being displayed (and vice versa).
This property applies only at design-time.
Objects: Procedure, Panel for Smart Devices, Web Component, Web Panel
Platforms: Web(.Net, .Net Core, Java)
Log external object
Log level property
HowTo: See trace information in applications hosted on .Net Cloud