SAP ABAP Class CL_WCF_GMT_LOGGING_TARGET (WCF GMT Nexus Logging Target)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-WUI-UI (Application Component) User Interface
     WCF_GRAPHICAL_MODELING_TOOL (Package) WCF Graphical Modeling Tool
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WCF_GMT_SERIALIZABLE GMT Component Serializable Interface 20081128
Properties
Class CL_WCF_GMT_LOGGING_TARGET  
Short Description WCF GMT Nexus Logging Target    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package WCF_GRAPHICAL_MODELING_TOOL   WCF Graphical Modeling Tool 
Created 20081128   SAP 
Last change 20100303   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_WCF_GMT_SERIALIZABLE GMT Component Serializable Interface 20081128
Friends
# Friend Modeled only Created on Description
1 CL_WCF_GMT_DATA_MODEL 20081128 WCF GMT Nexus Data Model - load/build NDL
2 CL_WCF_GMT_MODEL 20081128 WCF GMT Model Structure API
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_LT_DISPLAY_CATEGORY Constant Public Type reference (TYPE) WCF_GMT_NEXUS_NAME 'displayCategory' WCF GMT Nexus Name Type 20081128
2 GC_LT_DISPLAY_LEVEL Constant Public Type reference (TYPE) WCF_GMT_NEXUS_NAME 'displayLevel' WCF GMT Nexus Name Type 20081128
3 GC_LT_DISPLAY_TIME Constant Public Type reference (TYPE) WCF_GMT_NEXUS_NAME 'displayTime' WCF GMT Nexus Name Type 20081128
4 GC_LT_FILTERS Constant Public Type reference (TYPE) WCF_GMT_NEXUS_NAME 'filters' WCF GMT Nexus Name Type 20081128
5 GC_LT_LEVEL Constant Public Type reference (TYPE) WCF_GMT_NEXUS_NAME 'level' WCF GMT Nexus Name Type 20081128
6 GC_LT_SEPARATOR_STRING Constant Public Type reference (TYPE) WCF_GMT_NEXUS_NAME 'separatorString' WCF GMT Nexus Name Type 20081128
7 GR_LOG_MANAGER Instance attribute Private Object reference (TYPE REF TO) CL_WCF_GMT_LOGGING_MANAGER WCF GMT Nexus Logging Manager 20081128
8 GV_DISPLAY_CATEGORY Instance attribute Protected Type reference (TYPE) BOOLEAN '-' Boolean Variable (X=True, -=False, Space=Unknown) 20081128
9 GV_DISPLAY_LEVEL Instance attribute Protected Type reference (TYPE) BOOLEAN '-' Boolean Variable (X=True, -=False, Space=Unknown) 20081128
10 GV_DISPLAY_TIME Instance attribute Protected Type reference (TYPE) BOOLEAN '-' Boolean Variable (X=True, -=False, Space=Unknown) 20081128
11 GV_FILTERS Instance attribute Protected Type reference (TYPE) STRING 20081128
12 GV_IS_INITIAL Instance attribute Private Type reference (TYPE) BOOLEAN ABAP_TRUE Boolean Variable (X=True, -=False, Space=Unknown) 20081128
13 GV_LEVEL Instance attribute Protected Type reference (TYPE) WCF_GMT_NEXUS_NAME WCF GMT Nexus Name Type 20081128
14 GV_SEPARATOR_STRING Instance attribute Protected Type reference (TYPE) STRING 20081128
15 GV_TARGET_NAME Instance attribute Private Type reference (TYPE) WCF_GMT_NEXUS_NAME WCF GMT Nexus Name Type 20081128
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20081128
2 GET_DISPLAY_CATEGORY Instance method Public Method 20081128
3 GET_DISPLAY_LEVEL Instance method Public Method 20081128
4 GET_DISPLAY_TIME Instance method Public Method 20081128
5 GET_FILTERS Instance method Public Method 20081128
6 GET_LEVEL Instance method Public Method 20081128
7 GET_SEPARATOR_STRING Instance method Public Method 20081128
8 GET_XBCML_LINE Instance method Protected Method 20081128
9 IS_INITIAL Instance method Public Method 20081128
10 RAISE_DIRTY_FLAG Instance method Private Method 20081128
11 SET_DISPLAY_CATEGORY Instance method Public Method 20081128
12 SET_DISPLAY_LEVEL Instance method Public Method 20081128
13 SET_DISPLAY_TIME Instance method Public Method 20081128
14 SET_FILTERS Instance method Public Method 20081128
15 SET_LEVEL Instance method Public Method 20081128
16 SET_SEPARATOR_STRING Instance method Public Method 20081128
Events
Class CL_WCF_GMT_LOGGING_TARGET has no event.
Types
Class CL_WCF_GMT_LOGGING_TARGET 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 IR_LOGGING_MANAGER Call by reference Object reference (TYPE REF TO) CL_WCF_GMT_LOGGING_MANAGER WCF GMT Nexus Logging Manager 20081128
2 Importing IV_TARGET_NAME Call by reference Type reference (TYPE) WCF_GMT_NEXUS_NAME WCF GMT Nexus Name Type 20081128

Method CONSTRUCTOR on class CL_WCF_GMT_LOGGING_TARGET has no exception.

Method GET_DISPLAY_CATEGORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_DISPLAY_CATEGORY Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20081128

Method GET_DISPLAY_CATEGORY on class CL_WCF_GMT_LOGGING_TARGET has no exception.

Method GET_DISPLAY_LEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_DISPLAY_LEVEL Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20081128

Method GET_DISPLAY_LEVEL on class CL_WCF_GMT_LOGGING_TARGET has no exception.

Method GET_DISPLAY_TIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_DISPLAY_TIME Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20081128

Method GET_DISPLAY_TIME on class CL_WCF_GMT_LOGGING_TARGET has no exception.

Method GET_FILTERS Signature

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

Method GET_FILTERS on class CL_WCF_GMT_LOGGING_TARGET has no exception.

Method GET_LEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_LEVEL Value transfer Type reference (TYPE) WCF_GMT_NEXUS_NAME WCF GMT Nexus Name Type 20081128

Method GET_LEVEL on class CL_WCF_GMT_LOGGING_TARGET has no exception.

Method GET_SEPARATOR_STRING Signature

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

Method GET_SEPARATOR_STRING on class CL_WCF_GMT_LOGGING_TARGET has no exception.

Method GET_XBCML_LINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_XBCML_LINE Value transfer Type reference (TYPE) CL_WCF_GMT_MODEL=>GS_LOGGING_TARGET 20081128

Method GET_XBCML_LINE on class CL_WCF_GMT_LOGGING_TARGET has no exception.

Method IS_INITIAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_IS_INITIAL Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20081128

Method IS_INITIAL on class CL_WCF_GMT_LOGGING_TARGET has no exception.

Method RAISE_DIRTY_FLAG Signature

Method RAISE_DIRTY_FLAG on class CL_WCF_GMT_LOGGING_TARGET has no parameter.
Method RAISE_DIRTY_FLAG on class CL_WCF_GMT_LOGGING_TARGET has no exception.

Method SET_DISPLAY_CATEGORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DISPLAY_CATEGORY Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20081128

Method SET_DISPLAY_CATEGORY on class CL_WCF_GMT_LOGGING_TARGET has no exception.

Method SET_DISPLAY_LEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DISPLAY_LEVEL Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20081128

Method SET_DISPLAY_LEVEL on class CL_WCF_GMT_LOGGING_TARGET has no exception.

Method SET_DISPLAY_TIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DISPLAY_TIME Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20081128

Method SET_DISPLAY_TIME on class CL_WCF_GMT_LOGGING_TARGET has no exception.

Method SET_FILTERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FILTERS Call by reference Type reference (TYPE) STRING 20081128

Method SET_FILTERS on class CL_WCF_GMT_LOGGING_TARGET has no exception.

Method SET_LEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LEVEL Call by reference Type reference (TYPE) WCF_GMT_NEXUS_NAME WCF GMT Nexus Name Type 20081128

Method SET_LEVEL on class CL_WCF_GMT_LOGGING_TARGET has no exception.

Method SET_SEPARATOR_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SEPARATOR_STRING Call by reference Type reference (TYPE) STRING 20081128

Method SET_SEPARATOR_STRING on class CL_WCF_GMT_LOGGING_TARGET has no exception.
History
Last changed by/on SAP  20100303 
SAP Release Created in 701