SAP ABAP Class /IWCOR/IF_DS_CONSOLE (Odata logger)
Properties
| Class | /IWCOR/IF_DS_CONSOLE | |
| Short Description | Odata logger | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20120214 | SAP |
| Last change | 20131127 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /IWCOR/IF_DS_CONSOLE has no forward declaration.
Interfaces
Class /IWCOR/IF_DS_CONSOLE has no interface implemented.
Friends
Class /IWCOR/IF_DS_CONSOLE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | LEVEL | 0 | Debug | 20120814 | ||
| 2 | Constant | Public | Type reference (TYPE) | LEVEL | 3 | Error | 20120814 | ||
| 3 | Constant | Public | Type reference (TYPE) | LEVEL | 1 | Info | 20120814 | ||
| 4 | Constant | Public | Type reference (TYPE) | LEVEL | 2 | Warning | 20120814 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Log message | 20120814 |
Events
Class /IWCOR/IF_DS_CONSOLE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LEVEL | Public | Type reference (TYPE) | INT1 | Log level | 20120814 | |
| 2 | MESSAGE_S | Public | See coding | Log message | 20120814 | BEGIN OF message_s,
level TYPE level,
text TYPE string,
END OF message_s
|
|
| 3 | MESSAGE_T | Public | See coding | Log messages | 20120814 | message_t TYPE STANDARD TABLE OF message_s WITH DEFAULT KEY
|
Method Signatures
Method LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_LEVEL | Call by reference | Type reference (TYPE) | LEVEL | GC_LEVEL_INFO | Level | 20120814 | ||
| 2 | IV_MESSAGE | Call by reference | Type reference (TYPE) | STRING | Message | 20120814 |
Method LOG on class /IWCOR/IF_DS_CONSOLE has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in |