[all-commits] [llvm/llvm-project] 73a019: [Dexter] Add a simple logging class to Dexter

Stephen Tozer via All-commits all-commits at lists.llvm.org
Wed Mar 15 12:26:47 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 73a01952b52c3210ca5d229ea18be8fedf1a8b6c
      https://github.com/llvm/llvm-project/commit/73a01952b52c3210ca5d229ea18be8fedf1a8b6c
  Author: Stephen Tozer <Stephen.Tozer at Sony.com>
  Date:   2023-03-15 (Wed, 15 Mar 2023)

  Changed paths:
    M cross-project-tests/debuginfo-tests/dexter/dex/debugger/Debuggers.py
    M cross-project-tests/debuginfo-tests/dexter/dex/debugger/visualstudio/VisualStudio.py
    M cross-project-tests/debuginfo-tests/dexter/dex/tools/Main.py
    M cross-project-tests/debuginfo-tests/dexter/dex/tools/TestToolBase.py
    M cross-project-tests/debuginfo-tests/dexter/dex/tools/ToolBase.py
    A cross-project-tests/debuginfo-tests/dexter/dex/utils/Logging.py
    R cross-project-tests/debuginfo-tests/dexter/dex/utils/Warning.py
    M cross-project-tests/debuginfo-tests/dexter/dex/utils/WorkingDirectory.py
    M cross-project-tests/debuginfo-tests/dexter/dex/utils/__init__.py

  Log Message:
  -----------
  [Dexter] Add a simple logging class to Dexter

Adds a basic logging class to Dexter that uses the existing PrettyOutput
class for printing and supports 3 levels of verbosity (note, warning,
error). Intended to consolidate the logging logic for Dexter into one
place, removing the need for conditional log statements and making it
easier for us later if we wish to use a more complete logging class.

Reviewed By: Orlando

Differential Revision: https://reviews.llvm.org/D144983




More information about the All-commits mailing list