Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BREAKING] Replace npmlog with @ui5/logger/Logger #363

Merged
merged 3 commits into from
Jan 17, 2023
Merged

Commits on Jan 17, 2023

  1. [BREAKING] Replace npmlog with @ui5/logger/Logger

    Remove the usage of npmlog and refactor @ui5/logger moduels to emit log
    events which are then catched in dedicated handlers. This is somewhat
    inspired by npm's proc-log module.
    
    Internally, there are additional logger-classes for certain use cases.
    Like updating status information on start/end  of a project or -task
    build. This allows handlers to reate metrics on the build progress and,
    for example, render a progress bar.
    
    All of this should make @ui5/logger more future-proof. Thanks to the
    decoupling of log-message creation and -handling, multiple intances and
    versions of @ui5/logger can interoperate with each other.
    RandomByte committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    52a71a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7d6100 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f79dba View commit details
    Browse the repository at this point in the history