Skip to content

Recipe to combine sequences of logging invocations into single invocation #94

@sambsnyd

Description

@sambsnyd

It is inefficient to have sequences of logger invocations at the same level:

logger.info("foo");
logger.info("bar");

These would be better combined into a single invocation

Metadata

Metadata

Assignees

No one assigned

    Labels

    recipeRecipe Requested

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status

    Recipes Wanted

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions