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 GC_LEVEL_DEBUG Constant Public Type reference (TYPE) LEVEL 0 Debug 20120814
2 GC_LEVEL_ERROR Constant Public Type reference (TYPE) LEVEL 3 Error 20120814
3 GC_LEVEL_INFO Constant Public Type reference (TYPE) LEVEL 1 Info 20120814
4 GC_LEVEL_WARNING Constant Public Type reference (TYPE) LEVEL 2 Warning 20120814
Methods
# Method Level Visibility Method type Description Created on
1 LOG 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 Importing IV_LEVEL Call by reference Type reference (TYPE) LEVEL GC_LEVEL_INFO Level 20120814
2 Importing 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