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 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | 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 | Constant | Public | Type reference (TYPE) | C | 3 | 20060621 | |||
| 2 | Constant | Public | Type reference (TYPE) | C | 1 | 20060621 | |||
| 3 | Constant | Public | Type reference (TYPE) | C | 4 | 20060621 | |||
| 4 | Constant | Public | Type reference (TYPE) | C | 2 | 20060621 | |||
| 5 | Constant | Public | Type reference (TYPE) | BALOBJ_D | 'BTC' | 20060621 | |||
| 6 | Constant | Public | Type reference (TYPE) | BALSUBOBJ | 'DEFAULT' | 20060621 | |||
| 7 | Constant | Public | Type reference (TYPE) | BALSUBOBJ | 'EXTSDL' | 20061127 | |||
| 8 | Constant | Public | Type reference (TYPE) | BALSUBOBJ | 'STATISTIC' | 20060621 | |||
| 9 | Constant | Public | Type reference (TYPE) | BALSUBOBJ | 'TEST' | 20060621 | |||
| 10 | Static Attribute | Private | Type reference (TYPE) | TY_LOGOBJECT_TAB | 20060621 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | DB Save | 20060621 | |
| 2 | 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 | I_CATEGORY | Call by reference | Type reference (TYPE) | CHAR20 | CL_LOG_MANAGER=>C_SBAL_CATEGORY_DEFAULT | 20060621 | |||
| 2 | I_SUBCATEGORY | Call by reference | Type reference (TYPE) | CHAR20 | CL_LOG_MANAGER=>C_SBAL_SUBCATEGORY_DEFAULT | 20060621 | |||
| 3 | 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 |