The LogCacheTagsToQueue class is not necessary. To log messages in a channel is sufficient to create a service using a definition similar to the following one.

  logger.channel.update:
    parent: logger.channel_base
    arguments: [ 'update' ]

When it is necessary to log a message, the logger is initialized with \Drupal::logger('update').

The LogCacheTagsToQueue class does not actually store the messages in any place.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

avpaderno created an issue. See original summary.

avpaderno’s picture

Status: Active » Needs review
darktek’s picture

Status: Needs review » Needs work

I left some comments in the PR in order to validate it @avpaderno

  • avpaderno committed a55ad7f5 on 2.0.x
    Issue #3516430: Remove the LogCacheTagsToQueue class
    
avpaderno’s picture

Assigned: avpaderno » Unassigned
Status: Needs work » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.