Advertising:
Classes: Difference between revisions
From SAP Knowledge Base
(Created page with "= Released for cloud development = == Overall == == Application Log == {| class="wikitable" |'''Name''' |''Purpose'' |- |CL_BALI_LOG |Creation object cl_bali_log=>create( ) |- |CL_BALI_HEADER_SETTER |Create Header with object from created object cl_bali_log=>create( ) the header is set (set_header) |- |CL_BALI_MESSAGE_SETTER |Save message object and message is added (add_item) with created object cl_bali_log=>create( ) |- |CL_BALI_FREE_TEXT_SETTER |Save...") |
|||
Line 26: | Line 26: | ||
|Log is saved with get_instance and save_log. Load_log and get_all_items are used to load messages | |Log is saved with get_instance and save_log. Load_log and get_all_items are used to load messages | ||
|- | |- | ||
|colspan="2" | | |colspan="2" | style="text-align:center;" how to article: [[Create_application_log_in_cloud_development]] | ||
|} | |} | ||
= Classic = | = Classic = |
Revision as of 20:10, 23 December 2024
Released for cloud development
Overall
Application Log
Name | Purpose |
CL_BALI_LOG | Creation object cl_bali_log=>create( ) |
CL_BALI_HEADER_SETTER | Create Header with object from created object cl_bali_log=>create( ) the header is set (set_header) |
CL_BALI_MESSAGE_SETTER | Save message object and message is added (add_item) with created object cl_bali_log=>create( ) |
CL_BALI_FREE_TEXT_SETTER | Save message object and message is added (add_item) with created object cl_bali_log=>create( ) |
CL_BALI_EXCEPTION_SETTER | Save message object and message is added (add_item) with created object cl_bali_log=>create( ) |
CL_BALI_LOG_DB | Log is saved with get_instance and save_log. Load_log and get_all_items are used to load messages |
style="text-align:center;" how to article: Create_application_log_in_cloud_development |