SAP ABAP Class CL_SRM_TOOLS_LOG_TARGET (Set of operations provided by a log target)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SRM_TOOLS_APPLICATION_LOG A Log Writer that writes to the SAP Application Log 20040112
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SRM_TOOLS_BW_MONITOR_LOG A Log Writer that writes to BW monitor logs 20040109
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SRM_TOOLS_CONSOLE_LOG A Simple Log Writer to Console 20040109
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SRM_TOOLS_LOG_EVENT_MAILER A Log Writer that sends mails on specified events 20040120
Properties
Class CL_SRM_TOOLS_LOG_TARGET  
Short Description Set of operations provided by a log target    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20040108   SAP 
Last change 20141101    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SRM_TOOLS_LOG_TARGET has no forward declaration.
Interfaces
Class CL_SRM_TOOLS_LOG_TARGET has no interface implemented.
Friends
Class CL_SRM_TOOLS_LOG_TARGET has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CONST_DEBUG_LOGLEVEL Constant Public Type reference (TYPE) I 5 constant value used for debug severity 20040420
2 CONST_ERROR_LOGLEVEL Constant Public Type reference (TYPE) I 2 constant value used for error severity 20040420
3 CONST_FATAL_LOGLEVEL Constant Public Type reference (TYPE) I 1 constant value used for fatal severity 20040420
4 CONST_INFORMATION_LOGLEVEL Constant Public Type reference (TYPE) I 4 constant value used for information severity 20040420
5 CONST_WARNING_LOGLEVEL Constant Public Type reference (TYPE) I 3 constant value used for warning severity 20040420
Methods
# Method Level Visibility Method type Description Created on
1 LOG_EXCEPTION Instance method Public Method Add an exception as new entry to the log target storage 20040109
2 LOG_MESSAGE Instance method Public Method Add a message as new entry to the log target storage 20040109
Events
Class CL_SRM_TOOLS_LOG_TARGET has no event.
Types
Class CL_SRM_TOOLS_LOG_TARGET has no local type.
Method Signatures

Method LOG_EXCEPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EXCEPTION Call by reference Object reference (TYPE REF TO) CX_ROOT Zu protokollierende Ausnahme 20040109
2 Importing SEVERITY Call by reference Type reference (TYPE) I (1-5) niedriger positiver Wert bedeutet hohe Priorität 20040109

Method LOG_EXCEPTION on class CL_SRM_TOOLS_LOG_TARGET has no exception.

Method LOG_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MESSAGE_ARG1 Call by reference Type reference (TYPE) STRING Text für Platzhalter 1 20040109
2 Importing MESSAGE_ARG2 Call by reference Type reference (TYPE) STRING Text für Platzhalter 2 20040109
3 Importing MESSAGE_ARG3 Call by reference Type reference (TYPE) STRING Text für Platzhalter 3 20040109
4 Importing MESSAGE_ARG4 Call by reference Type reference (TYPE) STRING Text für Platzhalter 4 20040109
5 Importing MESSAGE_CLASS Call by reference Type reference (TYPE) STRING Nachrichtenklasse 20040109
6 Importing MESSAGE_NUMBER Call by reference Type reference (TYPE) STRING Nachrichtennummer 20040109
7 Importing SEVERITY Call by reference Type reference (TYPE) I (1-5) niedriger positiver Wert bedeutet hohe Priorität 20040109

Method LOG_MESSAGE on class CL_SRM_TOOLS_LOG_TARGET has no exception.
History
Last changed by/on SAP  20141101 
SAP Release Created in