ERP/3.0/Developers Guide/Reference/Entity Model/OBUIAPP LoggerManagement
This article is protected against manual editing because it is automatically generated from Openbravo meta-data. Learn more about writing and translating such documents.
OBUIAPP_LoggerManagement
Shows all registered Loggers and their assigned log level based on the current configuration.
To the database table (OBUIAPP_LoggerManagement) of this entity.
Properties
Note:
- Properties marked with a * are part of the Id of the Entity.
- Properties marked with a # are part of the Identifier of the Entity.
Property | Column | Constraints | Type | Description |
level | level | Max Length: 60 | java.lang.String | Indicates the minimum level events should have for this Logger to process them. By default this level is determined by
the config files: it is inherited from the root logger unless an specific configuration for this class/package is defined. |
logger | logger | Max Length: 200 | java.lang.String | Name used to identify a Logger. It usually corresponds to the name of the class being logged, but it can also be named using an arbitrary name. |
id*# | id | Mandatory Max Length: 200 | java.lang.String |
|