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 | Instance attribute | Private | Type reference (TYPE) | LXECHAR255 | Char255 | 20100730 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | NI_NODEADDR | IP Address | 20100728 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | LXECHAR255 | Char255 | 20100728 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | I | 20100729 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20100728 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | UNAME | User Name | 20100728 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20100728 | ||
| 2 | Instance method | Protected | Method | Returns long texts describes the event. | 20100728 | |
| 3 | Instance method | Protected | Method | Returns short texts describes the event. | 20100728 | |
| 4 | Static method | Private | Method | Gets host name and the IP address of the current user. | 20100728 | |
| 5 | Instance method | Private | Method | 20100728 | ||
| 6 | 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 | EVENTNAME | Call by reference | Type reference (TYPE) | LXECHAR255 | Char255 | 20100730 | |||
| 2 | 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 | 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 | 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 | HOSTIP | Call by reference | Type reference (TYPE) | NI_NODEADDR | IP Address | 20100728 | |||
| 2 | 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 | 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 |