Edit

kc3-lang/libxkbcommon/src

Branch :

  • Show log

    Commit

  • Author : Pierre Le Marre
    Date : 2025-08-21 19:30:37
    Hash : 87042776
    Message : logging: Encode verbosity values in an enum This enables to provide semantics and to ensure we use the values uniformly in the code base. While one could expect that verbosity `0` silences the logging, it is actually our default verbosity level for a long time. So this commit does not change that in order to avoid possible breakage. Silencing the logging is achieved by using a negative value for the verbosity level.