SAP ABAP Class CL_LXE_A_LOG_EVENT (Abstract class of log event)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DOC-TTL (Application Component) Translation Tools
     SLXE_LOGGING (Package) Logging API
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_LXE_LOGEVENT Log event 20100728
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SERIALIZABLE_OBJECT Serializable Object 20100729
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_LXE_NEW_TRAN_OBJ_EVENT New translation object event 20100728
2 Inheritance (c INHERITING FROM c_ref)  CL_LXE_PC1_OBJ_MODIFIED_EVENT Modification of a PC1 object 20111116
3 Inheritance (c INHERITING FROM c_ref)  CL_LXE_TRAN_OBJ_MODIFIED_EVENT translation object modified event 20100728
Properties
Class CL_LXE_A_LOG_EVENT  
Short Description Abstract class of log event    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SLXE_LOGGING   Logging API 
Created 20100728   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_LXE_A_LOG_EVENT has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_LXE_LOGEVENT Log event 20100728
2 IF_SERIALIZABLE_OBJECT Serializable Object 20100729
Friends
Class CL_LXE_A_LOG_EVENT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 EVENTNAME Instance attribute Private Type reference (TYPE) LXECHAR255 Char255 20100730
2 HOSTIP Instance attribute Private Type reference (TYPE) NI_NODEADDR IP Address 20100728
3 HOSTNAME Instance attribute Private Type reference (TYPE) LXECHAR255 Char255 20100728
4 SEVERITY Instance attribute Private Type reference (TYPE) I 20100729
5 TIMESTAMP Instance attribute Private Type reference (TYPE) TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20100728
6 USERNAME Instance attribute Private Type reference (TYPE) UNAME User Name 20100728
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20100728
2 GET_LONG_TEXT Instance method Protected Method Returns long texts describes the event. 20100728
3 GET_SHORT_TEXT Instance method Protected Method Returns short texts describes the event. 20100728
4 GET_USER_HOST_AND_IP Static method Private Method Gets host name and the IP address of the current user. 20100728
5 INIT Instance method Private Method 20100728
6 WEBIFY Instance method Protected Method 20101214
Events
Class CL_LXE_A_LOG_EVENT has no event.
Types
Class CL_LXE_A_LOG_EVENT has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EVENTNAME Call by reference Type reference (TYPE) LXECHAR255 Char255 20100730
2 Importing SEVERITY Call by reference Type reference (TYPE) I 20101213

Method CONSTRUCTOR on class CL_LXE_A_LOG_EVENT has no exception.

Method GET_LONG_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning LTEXT Value transfer Type reference (TYPE) STRING 20100728

Method GET_LONG_TEXT on class CL_LXE_A_LOG_EVENT has no exception.

Method GET_SHORT_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning STEXT Value transfer Type reference (TYPE) LXECHAR255 255 Characters 20100728

Method GET_SHORT_TEXT on class CL_LXE_A_LOG_EVENT has no exception.

Method GET_USER_HOST_AND_IP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting HOSTIP Call by reference Type reference (TYPE) NI_NODEADDR IP Address 20100728
2 Exporting UHOST Call by reference Type reference (TYPE) LXECHAR255 Char255 20100728

Method GET_USER_HOST_AND_IP on class CL_LXE_A_LOG_EVENT has no exception.

Method INIT Signature

Method INIT on class CL_LXE_A_LOG_EVENT has no parameter.
Method INIT on class CL_LXE_A_LOG_EVENT has no exception.

Method WEBIFY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing OVALUE Call by reference Type reference (TYPE) STRING original string 20101214

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