mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 04:36:49 +08:00

* log: move show functions to new class Enhance ZIF_ABAPGIT_LOG - add IS_ITEM structure (object) to message adding functions - add method "add_exception" - add method "add_info" - relocate methods "show", "to_html" and "write" to new class ZCL_ABAPGIT_LOG_VIEWER Introduction of new log viewer class ZCL_ABAPGIT_LOG_VIEWER Replacement of relocated methods where used -> This is the next step providing a log for serialzation/de-serialization (see #2534) * fix abaplint issues fix abaplint issues * fix abaplint issues (2) fix abaplint issues
17 lines
476 B
XML
17 lines
476 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<abapGit version="v1.0.0" serializer="LCL_OBJECT_CLAS" serializer_version="v1.0.0">
|
|
<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
|
|
<asx:values>
|
|
<VSEOCLASS>
|
|
<CLSNAME>ZCL_ABAPGIT_LOG_VIEWER</CLSNAME>
|
|
<LANGU>E</LANGU>
|
|
<DESCRIPT>Log Viewer</DESCRIPT>
|
|
<STATE>1</STATE>
|
|
<CLSCCINCL>X</CLSCCINCL>
|
|
<FIXPT>X</FIXPT>
|
|
<UNICODE>X</UNICODE>
|
|
</VSEOCLASS>
|
|
</asx:values>
|
|
</asx:abap>
|
|
</abapGit>
|