SAP ABAP Class CL_LOG_MANAGER (Application Log Factory)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CCM-BTC (Application Component) Background Processing
     SBTI (Package) User Interface and Job-API of Background Processing
Properties
Class CL_LOG_MANAGER  
Short Description Application Log Factory    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SBTI   User Interface and Job-API of Background Processing 
Created 20060621   SAP 
Last change 20070911   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_LOG_MANAGER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 ZCL_GLIB_LOG_FACTORY Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_LOG_MANAGER has no interface implemented.
Friends
Class CL_LOG_MANAGER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_LOGGER_TYPE_JOBLOG Constant Public Type reference (TYPE) C 3 20060621
2 C_LOGGER_TYPE_SBAL Constant Public Type reference (TYPE) C 1 20060621
3 C_LOGGER_TYPE_SYSLOG Constant Public Type reference (TYPE) C 4 20060621
4 C_LOGGER_TYPE_XMI Constant Public Type reference (TYPE) C 2 20060621
5 C_SBAL_CATEGORY_DEFAULT Constant Public Type reference (TYPE) BALOBJ_D 'BTC' 20060621
6 C_SBAL_SUBCATEGORY_DEFAULT Constant Public Type reference (TYPE) BALSUBOBJ 'DEFAULT' 20060621
7 C_SBAL_SUBCATEGORY_EXTSDL Constant Public Type reference (TYPE) BALSUBOBJ 'EXTSDL' 20061127
8 C_SBAL_SUBCATEGORY_STATISTIC Constant Public Type reference (TYPE) BALSUBOBJ 'STATISTIC' 20060621
9 C_SBAL_SUBCATEGORY_TEST Constant Public Type reference (TYPE) BALSUBOBJ 'TEST' 20060621
10 T_LOGGERS Static Attribute Private Type reference (TYPE) TY_LOGOBJECT_TAB 20060621
Methods
# Method Level Visibility Method type Description Created on
1 FINALIZE Static method Public Method DB Save 20060621
2 GET_SBAL_LOGGER Static method Public Method Initialization of the Log 20060621
Events
Class CL_LOG_MANAGER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_LOGOBJECT Private See coding 20060621 BEGIN OF ty_logobject, type(1), category(20), subcategory(20), r_logger TYPE REF TO if_logger, END OF ty_logobject
2 TY_LOGOBJECT_TAB Private See coding 20060621 ty_logobject_tab TYPE SORTED TABLE OF ty_logobject WITH UNIQUE KEY type category subcategory
Method Signatures

Method FINALIZE Signature

Method FINALIZE on class CL_LOG_MANAGER has no parameter.
Method FINALIZE on class CL_LOG_MANAGER has no exception.

Method GET_SBAL_LOGGER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CATEGORY Call by reference Type reference (TYPE) CHAR20 CL_LOG_MANAGER=>C_SBAL_CATEGORY_DEFAULT 20060621
2 Importing I_SUBCATEGORY Call by reference Type reference (TYPE) CHAR20 CL_LOG_MANAGER=>C_SBAL_SUBCATEGORY_DEFAULT 20060621
3 Returning R_LOGGER Value transfer Object reference (TYPE REF TO) IF_SBAL_LOGGER 20060621

Method GET_SBAL_LOGGER on class CL_LOG_MANAGER has no exception.
History
Last changed by/on SAP  20070911 
SAP Release Created in 710