Skip to content

Print trace only on specific log level #16

@Mrucznik

Description

@Mrucznik

It would be cool if we could define, in which log level traces will be printed.
For example:

SetLogTraceLevel(logger, ERROR, true);
Log(logger, ERROR, "test"); //would print trace
Log(logger, INFO, "test"); //shouldn't print trace

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions