SAP ABAP Class CL_LXE_LOGGER (log event's logger)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DOC-TTL (Application Component) Translation Tools
     SLXE_LOGGING (Package) Logging API
Properties
Class CL_LXE_LOGGER  
Short Description log event's logger    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SLXE_LOGGING   Logging API 
Created 20100714   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_LXE_LOGGER has no forward declaration.
Interfaces
Class CL_LXE_LOGGER has no interface implemented.
Friends
Class CL_LXE_LOGGER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 LC_NUMBER_RANGE_OBJECT Static Attribute Private Type reference (TYPE) INRI-OBJECT 'LXE_LOGNRO' 20100803
2 LOG_APP_ERROR Static Attribute Private Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20100803
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor 20100714
2 CREATE_ID_INTERVAL Static method Private Method 20100803
3 GET_EVENT_ID Static method Private Method Gets event's id 20100714
4 GET_LOGS Static method Public Method Reads logs from db. 20100714
5 INTERVALEXISTS Static method Private Method check if the interval exists 20100809
6 LOG Static method Public Method log an event. 20100714
7 LOG_INTERNAL2 Static method Private Method log an event. 20100729
Events
Class CL_LXE_LOGGER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LT_BROKENEVENTS Public See coding 20100809 lt_brokenevents TYPE HASHED TABLE OF lxelogs WITH UNIQUE KEY eventid
2 LT_EVENTS Public See coding 20100714 lt_events TYPE HASHED TABLE OF lxes_logevents WITH UNIQUE KEY ekey
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_LXE_LOGGER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_LXE_LOGGER has no exception.

Method CREATE_ID_INTERVAL Signature

Method CREATE_ID_INTERVAL on class CL_LXE_LOGGER has no parameter.
Method CREATE_ID_INTERVAL on class CL_LXE_LOGGER has no exception.

Method GET_EVENT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ID Value transfer Type reference (TYPE) NUM8 Eight-digit numeric value 20100714

Method GET_EVENT_ID on class CL_LXE_LOGGER has no exception.

Method GET_LOGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting BROKENEVENTS Call by reference Type reference (TYPE) LT_BROKENEVENTS 20100809
2 Exporting EVENTS Call by reference Type reference (TYPE) LT_EVENTS 20100714
3 Importing FIRSTSELECTEDDATE Call by reference Type reference (TYPE) TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20100716
4 Importing LASTSELECTEDDATE Call by reference Type reference (TYPE) TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20100716
5 Importing NAME Call by reference Type reference (TYPE) LXECHAR255 Char255 20100716
6 Importing RESPONSIBLE Call by reference Type reference (TYPE) UNAME Character Field of Length 12 20100716

Method GET_LOGS on class CL_LXE_LOGGER has no exception.

Method INTERVALEXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EXISTS Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20100809

Method INTERVALEXISTS on class CL_LXE_LOGGER has no exception.

Method LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EVENT Call by reference Object reference (TYPE REF TO) IF_LXE_LOGEVENT Log event 20100715

Method LOG on class CL_LXE_LOGGER has no exception.

Method LOG_INTERNAL2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EVENT Call by reference Object reference (TYPE REF TO) IF_LXE_LOGEVENT Log event 20100729
2 Returning ID Value transfer Type reference (TYPE) I 20100729

Method LOG_INTERNAL2 on class CL_LXE_LOGGER has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 703