SAP ABAP Interface IF_LXE_LOGEVENT (Log event)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DOC-TTL (Application Component) Translation Tools
⤷
SLXE_LOGGING (Package) Logging API
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_LXE_A_LOG_EVENT | Abstract class of log event | 20100728 |
Properties
| Interface | IF_LXE_LOGEVENT | |
| Short Description | Log event |
General Data
| Package | SLXE_LOGGING | Logging API |
| Created | 20100714 | SAP |
| Last changed | 20110908 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_LXE_LOGEVENT has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SERIALIZABLE_OBJECT | Serializable Object | 20100729 |
Friends
Interface IF_LXE_LOGEVENT has no friend.
Attributes
Interface IF_LXE_LOGEVENT has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Returns event as long text. | 20100714 | |
| 2 | Instance method | Public | Method | Returns event as short text. | 20100714 | |
| 3 | Instance method | Public | Method | Returns tne name of the event defined by the user. | 20100719 | |
| 4 | Instance method | Public | Method | Returns the severity value of the event. | 20100714 | |
| 5 | Instance method | Public | Method | Returns the time stamp when the event has been logged. | 20100714 | |
| 6 | Instance method | Public | Method | Returns the user name the event has been logged by. | 20100714 | |
| 7 | Instance method | Public | Method | Returns the host name of the user. | 20100714 | |
| 8 | Instance method | Public | Method | Returns the ip of the user's host | 20100722 |
Events
Interface IF_LXE_LOGEVENT has no event.
Types
Interface IF_LXE_LOGEVENT has no local type.
Method Signatures
Method GET_AS_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 | 20100714 |
Method GET_AS_LONG_TEXT on Interface IF_LXE_LOGEVENT has no exception.
Method GET_AS_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 | 20100714 |
Method GET_AS_SHORT_TEXT on Interface IF_LXE_LOGEVENT has no exception.
Method GET_EVENT_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EVENTNAME | Value transfer | Type reference (TYPE) | LXECHAR255 | Char255 | 20100719 |
Method GET_EVENT_NAME on Interface IF_LXE_LOGEVENT has no exception.
Method GET_SEVERITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SEVERITY | Value transfer | Type reference (TYPE) | I | 20100714 |
Method GET_SEVERITY on Interface IF_LXE_LOGEVENT has no exception.
Method GET_TIMESTAMP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TSTAMP | Value transfer | Type reference (TYPE) | TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20100714 |
Method GET_TIMESTAMP on Interface IF_LXE_LOGEVENT has no exception.
Method GET_USER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | UNAME | Value transfer | Type reference (TYPE) | UNAME | User Name | 20100714 |
Method GET_USER on Interface IF_LXE_LOGEVENT has no exception.
Method GET_USER_HOST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | UHOST | Value transfer | Type reference (TYPE) | LXECHAR255 | Char255 | 20100714 |
Method GET_USER_HOST on Interface IF_LXE_LOGEVENT has no exception.
Method GET_USER_HOST_IP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | HOSTIP | Value transfer | Type reference (TYPE) | NI_NODEADDR | IP Address | 20100722 |
Method GET_USER_HOST_IP on Interface IF_LXE_LOGEVENT has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 703 |