Logger.Level (gb.logging)

Property Level As Integer

Sets or returns the minimum logging level for the Logger object. The levels are defined by the component's constants, viz
  • Critical (0)

  • Error (1)

  • Warning (2)

  • Info (3)

  • Debug (4)