BlogGitHub
Reference/ORK/CORE/ORK/CL_LOGGER
Class/ORK/CL_LOGGER
Logger
Package
/ORK/CORE
Interfaces
/ORK/IF_LOGGER
Members
13
7 items
Methods
class_constructor
Class MethodPublic

Signature

CLASS-METHODS class_constructor.
s_new_in_memory
Class MethodPublic

Signature

CLASS-METHODS s_new_in_memory RETURNING VALUE(result) TYPE REF TO /ork/if_logger.
constructor
MethodProtected

Signature

METHODS constructor IMPORTING !scope TYPE /ork/if_logger=>ty_tt_scope OPTIONAL
                                  !context TYPE /ork/if_logger=>ty_tt_context OPTIONAL.
entry_to_json
entry_to_string
MethodProtected

Signature

METHODS entry_to_string IMPORTING !entry TYPE /ork/if_logger=>ty_s_log_entry
                            RETURNING VALUE(result) TYPE string.
stamp_to_string
MethodProtected

Signature

METHODS stamp_to_string IMPORTING !stamp TYPE timestampl
                            RETURNING VALUE(result) TYPE string.
type_to_string
MethodProtected

Signature

METHODS type_to_string IMPORTING !type TYPE csequence DEFAULT /ork/if_logger=>cm_type-e
                           RETURNING VALUE(result) TYPE string.
1 item
Types
ty_s_logger
TypePublic

Signature

BEGIN OF ty_s_logger,
        none TYPE REF TO /ork/if_logger,
      END OF ty_s_logger.
1 item
Constants
cm_context
ConstantProtected

Signature

CONSTANTS: BEGIN OF cm_context,
                 source TYPE string VALUE `source`,
               END OF cm_context.
4 items
Data
sm
Class DataPublic

Signature

CLASS-DATA sm TYPE ty_s_logger READ-ONLY.
my_scope
my_context
DataProtected

Signature

DATA my_context TYPE /ork/if_logger=>ty_tt_context.
my_entries
DataProtected

Signature

DATA my_entries TYPE /ork/if_logger=>ty_tt_entries.
Repository11 packages · 113 objects
124 items