SAP ABAP Class CL_SATC_RT_LOG_FACTORY (Factory for logging services)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-ATF (Application Component) ABAP Test Frameworks ( ATC, CheckMan, Code Inspector)
     SATC_STDLIB_RUN_TIME_LOG (Package) INTERNAL: - *NO* REUSE - logging and tracing
Properties
Class CL_SATC_RT_LOG_FACTORY  
Short Description Factory for logging services    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package SATC_STDLIB_RUN_TIME_LOG   INTERNAL: - *NO* REUSE - logging and tracing 
Created 20060927   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_SATC_RT_LOG_FACTORY has no interface implemented.
Friends
Class CL_SATC_RT_LOG_FACTORY has no friend class.
Attributes
Class CL_SATC_RT_LOG_FACTORY has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_LOG_ACTIVATION Instance method Public Method Returns log activation handle 20090814
2 CREATE_LOG_WRITER_CUSTOM Instance method Public Method Returns log writer for 'Custom Layer' 20090805
3 CREATE_LOG_WRITER_RUNTIME Instance method Public Method Returns log writer for 'Runtime Layer' 20090805
Events
Class CL_SATC_RT_LOG_FACTORY has no event.
Types
Class CL_SATC_RT_LOG_FACTORY has no local type.
Method Signatures

Method CREATE_LOG_ACTIVATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FOR_CUSTOM_LAYER Call by reference Type reference (TYPE) ABAP_BOOL Activation of 'Custom Layer' logging 20090814
2 Importing I_FOR_RUNTIME_LAYER Call by reference Type reference (TYPE) ABAP_BOOL Activation of 'Runtime Layer' logging 20090814
3 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_SATC_LOG_ACTIVATION (De)Activation of log writer service 20090814
# Exception Resumable Description Created on
1 CX_SATC_LOG Logging Failure 20090814
2 CX_SATC_ROOT Root of all evil 20090814

Method CREATE_LOG_WRITER_CUSTOM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CLIENT_NDX Call by reference Type reference (TYPE) SATC_D_CLIENT_NDX 0 = Dispatcher, else ID of Client Process 20090808
2 Importing I_EXEC_ID Call by reference Type reference (TYPE) SATC_D_ID The Project Execution ID 20090805
3 Importing I_PHASE_KEY Call by reference Type reference (TYPE) SATC_D_PHASE_KEY Phase key 20090805
4 Importing I_UNIT_KEY Call by reference Type reference (TYPE) SATC_D_PHASE_EXEC_UNIT_KEY Key of Phase Execution unit 20090805
5 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_SATC_LOG_WRITER Log Writer 20090805

Method CREATE_LOG_WRITER_CUSTOM on class CL_SATC_RT_LOG_FACTORY has no exception.

Method CREATE_LOG_WRITER_RUNTIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CLIENT_NDX Call by reference Type reference (TYPE) SATC_D_CLIENT_NDX 0 0 = Dispatcher, else ID of Client Process 20090808
2 Importing I_EXEC_ID Call by reference Type reference (TYPE) SATC_D_ID The Project Execution ID 20090805
3 Importing I_PHASE_KEY Call by reference Type reference (TYPE) SATC_D_PHASE_KEY 0 Phase key 20090805
4 Importing I_UNIT_KEY Call by reference Type reference (TYPE) SATC_D_PHASE_EXEC_UNIT_KEY 0 Key of Phase Execution unit 20090805
5 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_SATC_RT_LOG_WRITER 20090805

Method CREATE_LOG_WRITER_RUNTIME on class CL_SATC_RT_LOG_FACTORY has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710