Skip to content

Message (logging) - add methods to force message #260

Description

@smalers

The Message class is used for logging. Messages are only output if the current message levels are high enough for the specific message. This allows a tiered filtering of the amount of output.

There are times when debug is disabled for the application but specific software components turn debug on, such as for a single datastore that is having issues. In this case, calling printDebug will never print a message because debug is off for the application. What is needed is a "force" parameter so that the message will always be output.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    SSize: day or lessenhancementmediumPriority: normal maintenance and enhancements

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions