SAP ABAP Class IF_SWF_LOG_MANAGER (Log Manager)
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SWF_LOG_MANAGER | Class for Log Writer | 20000530 |
Properties
Class | IF_SWF_LOG_MANAGER | |
Short Description | Log Manager | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20000530 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class IF_SWF_LOG_MANAGER has no forward declaration.
Interfaces
Class IF_SWF_LOG_MANAGER has no interface implemented.
Friends
Class IF_SWF_LOG_MANAGER has no friend class.
Attributes
Class IF_SWF_LOG_MANAGER has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Adds multiple log entries | 20000530 |
2 | ![]() |
Instance method | Public | Method | Adds a log entry | 20000530 |
3 | ![]() |
Instance method | Public | Method | Converts an entry to a structure | 20000531 |
4 | ![]() |
Instance method | Public | Method | Converts entries to an internal table | 20000531 |
5 | ![]() |
Instance method | Public | Method | Extracts the entries of a component | 20000531 |
6 | ![]() |
Instance method | Public | Method | Extracts the entries of a level | 20000531 |
7 | ![]() |
Instance method | Public | Method | Gets the context log entry | 20000530 |
8 | ![]() |
Instance method | Public | Method | Gets the log entries to be written | 20000530 |
9 | ![]() |
Instance method | Public | Method | Checks whether an entry has been written | 20000531 |
10 | ![]() |
Instance method | Public | Method | Removes log entries from existing set | 20000530 |
11 | ![]() |
Instance method | Public | Method | Saves collected log entries | 20000530 |
12 | ![]() |
Instance method | Public | Method | Sets a context log entry | 20000530 |
Events
Class IF_SWF_LOG_MANAGER has no event.
Types
Class IF_SWF_LOG_MANAGER has no local type.
Method Signatures
Method ADD_ENTRIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_LOGENTRIES | Call by reference | Type reference (TYPE) | SWF_LOGENTRIES | Tabelle mit Referenzen auf IF_SWF_LOG_ENTRY | 20000530 |
Method ADD_ENTRIES on class IF_SWF_LOG_MANAGER has no exception.
Method ADD_ENTRY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_LOGENTRY | Call by reference | Object reference (TYPE REF TO) | IF_SWF_LOG_ENTRY | Log-Eintrag | 20000530 |
Method ADD_ENTRY on class IF_SWF_LOG_MANAGER has no exception.
Method CONVERT_TO_STRUCTURE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EX_STRUCTURE | Call by reference | Type reference (TYPE) | ANY | Strukturinhalt | 20000531 | ||
2 | ![]() |
IM_LOGENTRY | Call by reference | Object reference (TYPE REF TO) | IF_SWF_LOG_ENTRY | Log-Eintrag | 20000531 | ||
3 | ![]() |
IM_STRUCTURE_NAME | Call by reference | Type reference (TYPE) | TYPENAME | Name der Struktur | 20000531 |
Method CONVERT_TO_STRUCTURE on class IF_SWF_LOG_MANAGER has no exception.
Method CONVERT_TO_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EX_TABLE | Call by reference | Type reference (TYPE) | STANDARD TABLE | Interne Tabelle | 20000531 | ||
2 | ![]() |
IM_LOGENTRIES | Call by reference | Type reference (TYPE) | SWF_LOGENTRIES | Tabelle mit Referenzen auf IF_SWF_LOG_ENTRY | 20000531 | ||
3 | ![]() |
IM_STRUCTURE_NAME | Call by reference | Type reference (TYPE) | TYPENAME | Strukturname der internen Tabelle | 20000531 |
Method CONVERT_TO_TABLE on class IF_SWF_LOG_MANAGER has no exception.
Method EXTRACT_BY_COMPONENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EX_EXTRACT | Call by reference | Type reference (TYPE) | SWF_LOGENTRIES | Tabelle mit Referenzen auf IF_SWF_LOG_ENTRY | 20000531 | ||
2 | ![]() |
IM_COMPONENT | Call by reference | Type reference (TYPE) | SWF_LOGCMP | Komponente eines Logtyps | 20000531 | ||
3 | ![]() |
IM_LOGENTRIES | Call by reference | Type reference (TYPE) | SWF_LOGENTRIES | Tabelle mit Referenzen auf IF_SWF_LOG_ENTRY | 20000531 |
Method EXTRACT_BY_COMPONENT on class IF_SWF_LOG_MANAGER has no exception.
Method EXTRACT_BY_LEVEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EX_EXTRACT | Call by reference | Type reference (TYPE) | SWF_LOGENTRIES | Tabelle mit Referenzen auf IF_SWF_LOG_ENTRY | 20000531 | ||
2 | ![]() |
IM_LEVEL | Call by reference | Type reference (TYPE) | SWF_LOGLEV | Loglevel | 20000531 | ||
3 | ![]() |
IM_LOGENTRIES | Call by reference | Type reference (TYPE) | SWF_LOGENTRIES | Tabelle mit Referenzen auf IF_SWF_LOG_ENTRY | 20000531 |
Method EXTRACT_BY_LEVEL on class IF_SWF_LOG_MANAGER has no exception.
Method GET_CONTEXT_ENTRY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_LOGENTRY | Value transfer | Object reference (TYPE REF TO) | IF_SWF_LOG_ENTRY | Log-Eintrag | 20000530 |
Method GET_CONTEXT_ENTRY on class IF_SWF_LOG_MANAGER has no exception.
Method GET_ENTRIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EX_LOGENTRIES | Call by reference | Type reference (TYPE) | SWF_LOGENTRIES | Tabelle mit Referenzen auf IF_SWF_LOG_ENTRY | 20000530 |
Method GET_ENTRIES on class IF_SWF_LOG_MANAGER has no exception.
Method IS_ENTRY_REQUIRED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_COMPONENT | Call by reference | Type reference (TYPE) | SWF_LOGCMP | Komponente eines Logtyps | 20000531 | ||
2 | ![]() |
IM_LOGLEVEL | Call by reference | Type reference (TYPE) | SWF_LOGLEV | Loglevel | 20000531 | ||
3 | ![]() |
IM_LOGPROFILE | Call by reference | Type reference (TYPE) | SWF_LOGPRO | Name eines Logprofils | 20000531 | ||
4 | ![]() |
IM_LOGTYP | Call by reference | Type reference (TYPE) | SWF_LOGTYP | Logtyp zur Definition von Logprofilen | 20000531 | ||
5 | ![]() |
RE_REQUIRED | Value transfer | Type reference (TYPE) | XFELD | Eintrag wird geschrieben = 'X' | 20000531 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Log-Profil nicht gefunden | 20000531 |
Method REMOVE_ENTRIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_LOGENTRIES | Call by reference | Type reference (TYPE) | SWF_LOGENTRIES | Tabelle mit Referenzen auf IF_SWF_LOG_ENTRY | 20000530 |
Method REMOVE_ENTRIES on class IF_SWF_LOG_MANAGER has no exception.
Method SAVE Signature
Method SAVE on class IF_SWF_LOG_MANAGER has no parameter.
Method SAVE on class IF_SWF_LOG_MANAGER has no exception.
Method SET_CONTEXT_ENTRY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_LOGENTRY | Call by reference | Object reference (TYPE REF TO) | IF_SWF_LOG_ENTRY | Log-Eintrag | 20000530 |
Method SET_CONTEXT_ENTRY on class IF_SWF_LOG_MANAGER has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in |