SAP ABAP Class CL_DBA_LOGGER (DBA: Logger)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DB (Application Component) Database Interface, Database Platforms
     SDBA_RUNTIME (Package) DBA Cockpit: Runtime
Properties
Class CL_DBA_LOGGER  
Short Description DBA: Logger    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SDBA_RUNTIME   DBA Cockpit: Runtime 
Created 20111213   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_DBA_LOGGER has no forward declaration.
Interfaces
Class CL_DBA_LOGGER has no interface implemented.
Friends
Class CL_DBA_LOGGER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_SEVERITY_AUDIT Constant Public Type reference (TYPE) DBA_LOG_SEVERITY 0 DBA: Severity for Audit/Trace Log for DBA Cockpit 20111213
2 CO_SEVERITY_DEBUG Constant Public Type reference (TYPE) DBA_LOG_SEVERITY 4 DBA: Severity for Audit/Trace Log for DBA Cockpit 20111213
3 CO_SEVERITY_ERROR Constant Public Type reference (TYPE) DBA_LOG_SEVERITY 1 DBA: Severity for Audit/Trace Log for DBA Cockpit 20111213
4 CO_SEVERITY_INFORMATION Constant Public Type reference (TYPE) DBA_LOG_SEVERITY 3 DBA: Severity for Audit/Trace Log for DBA Cockpit 20111213
5 CO_SEVERITY_WARNING Constant Public Type reference (TYPE) DBA_LOG_SEVERITY 2 DBA: Severity for Audit/Trace Log for DBA Cockpit 20111213
6 GT_LOGGER Static Attribute Private Type reference (TYPE) LOGGER_TABLE 20111213
7 MV_COMPONENT Instance attribute Private Type reference (TYPE) DBACHAR32 Character 32 20111213
8 MV_SEVERITY Instance attribute Private Type reference (TYPE) DBA_LOG_SEVERITY DBA: Severity for Audit/Trace Log for DBA Cockpit 20111213
9 MV_SUBCOMPONENT Instance attribute Private Type reference (TYPE) DBACHAR32 Character 32 20111213
Methods
# Method Level Visibility Method type Description Created on
1 AUDIT Instance method Public Method 20111213
2 ERROR Instance method Public Method 20111213
3 GET_LOGGER Static method Public Method 20111213
4 LOG Instance method Public Method 20111213
5 SET_SEVERITY Instance method Public Method 20111213
Events
Class CL_DBA_LOGGER has no event.
Types
Class CL_DBA_LOGGER has no local type.
Method Signatures

Method AUDIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DESCRIPTION Call by reference Type reference (TYPE) STRING 20111213
2 Importing IV_OBJECT_NAME Call by reference Type reference (TYPE) DBACHAR32 Character 32 20111213
3 Importing IV_OBJECT_SCHEMA Call by reference Type reference (TYPE) DBACHAR32 Character 32 20111213
4 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) DBACHAR32 Character 32 20111213

Method AUDIT on class CL_DBA_LOGGER has no exception.

Method ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DESCRIPTION Call by reference Type reference (TYPE) STRING 20111213
2 Importing IV_OBJECT_NAME Call by reference Type reference (TYPE) DBACHAR32 Character 32 20111213
3 Importing IV_OBJECT_SCHEMA Call by reference Type reference (TYPE) DBACHAR32 Character 32 20111213
4 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) DBACHAR32 Character 32 20111213

Method ERROR on class CL_DBA_LOGGER has no exception.

Method GET_LOGGER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COMPONENT Call by reference Type reference (TYPE) STRING 20111213
2 Importing IV_SUBCOMPONENT Call by reference Type reference (TYPE) STRING 20111213
3 Returning RR_LOGGER Value transfer Object reference (TYPE REF TO) CL_DBA_LOGGER DBA: Logger 20111213

Method GET_LOGGER on class CL_DBA_LOGGER has no exception.

Method LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DESCRIPTION Call by reference Type reference (TYPE) STRING 20111213
2 Importing IV_LEVEL Call by reference Type reference (TYPE) DBA_LOG_SEVERITY DBA: Severity for Audit/Trace Log for DBA Cockpit 20111213
3 Importing IV_OBJECT_NAME Call by reference Type reference (TYPE) DBACHAR32 Character 32 20111213
4 Importing IV_OBJECT_SCHEMA Call by reference Type reference (TYPE) DBACHAR32 Character 32 20111213
5 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) DBACHAR32 20111213

Method LOG on class CL_DBA_LOGGER has no exception.

Method SET_SEVERITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SEVERITY Call by reference Type reference (TYPE) DBA_LOG_SEVERITY DBA: Severity for Audit/Trace Log for DBA Cockpit 20111213

Method SET_SEVERITY on class CL_DBA_LOGGER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 732