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

add logging API #9436

Merged
merged 12 commits into from Jul 23, 2019
Merged

add logging API #9436

merged 12 commits into from Jul 23, 2019

Commits on Jul 18, 2019

  1. add logging API

    Plugins:
    Compiler.getInfrastructureLogger(name)
    Compilation.getLogger(name)
    
    Loader:
    this.getLogger([name])
    
    API equal to console API with these methods:
    error, warn, info, log, debug,
    time, timeLog, timeEnd,
    group, groupCollapsed, groupEnd,
    profile, profileEnd,
    clear
    sokra committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    d849160 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2019

  1. improve logging options and display

    allow more logging options in schema
    collapse groups in non-verbose logging
    show number of filtered logging lines
    update stats presets for logging
    sokra committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    42a9bfd View commit details
    Browse the repository at this point in the history
  2. add runtime logging

    sokra committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    09103af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c24d560 View commit details
    Browse the repository at this point in the history
  4. fix unit test

    sokra committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    c547dd5 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2019

  1. Configuration menu
    Copy the full SHA
    d80989b View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2019

  1. Configuration menu
    Copy the full SHA
    183ddad View commit details
    Browse the repository at this point in the history
  2. allow to configure the infrastructure logger

    rename includeDebugLogging to loggingDebug
    rename logToConsole to createConsoleLogger
    sokra committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    d532c4f View commit details
    Browse the repository at this point in the history
  3. add infrastructure test

    sokra committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    b6138c1 View commit details
    Browse the repository at this point in the history
  4. update snapshot

    sokra committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    85263af View commit details
    Browse the repository at this point in the history
  5. more tests

    add none as loglevel
    sokra committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    7b31890 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

  1. small fixes

    sokra committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    677ccd9 View commit details
    Browse the repository at this point in the history