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

Symfony autowiring monolog channels #278 #315

Merged
merged 8 commits into from
Sep 2, 2019

Commits on Aug 10, 2019

  1. ISSUE-278:

    - Added possibility for auto-wire monolog channels according to variable type-hint and name.
      Variable will have appropriated name to camel cased monolog channel service name: `monolog.logger.acme -> $monologLoggerAcme`.
    - Removed useless import `DefinitionDecorator`.
    adrenalinkin committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    a0828d9 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2019

  1. Configuration menu
    Copy the full SHA
    5e60bf2 View commit details
    Browse the repository at this point in the history
  2. ISSUE-278:

    - Updated changelog.
    adrenalinkin committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    2139a5b View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2019

  1. Merge branch 'master' into autowiring_monolog_channels

    # Conflicts:
    #	CHANGELOG.md
    adrenalinkin committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    a4cdaab View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2019

  1. ISSUE-278:

    - Updated naming strategy. Channel 'test' become '$testLogger' and etc.
    adrenalinkin committed Aug 17, 2019
    Configuration menu
    Copy the full SHA
    c0b0a9b View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2019

  1. ISSUE-278:

    - Fixed typo in the `LoggerChannelPass`.
    - Added separate test-case for the type-hinted aliases for each logger channel.
    adrenalinkin committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    4120c49 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2019

  1. Configuration menu
    Copy the full SHA
    3a7a5c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fc40dc View commit details
    Browse the repository at this point in the history