File: loglevel.pp

package info (click to toggle)
puppet-module-swift 27.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,480 kB
  • sloc: ruby: 9,604; python: 33; makefile: 10; sh: 10
file content (9 lines) | stat: -rw-r--r-- 111 bytes parent folder | download
1
2
3
4
5
6
7
8
9
type Swift::LogLevel = Enum[
  'DEBUG',
  'INFO',
  'WARNING',
  'WARN',
  'ERROR',
  'CRITICAL',
  'FATAL',
]