Sha256: 710cd27148f28dd88f13dad3b46b9f8eb651f2b1cc701f7b6cbabc189108b5a5
Contents?: true
Size: 503 Bytes
Versions: 11
Compression:
Stored size: 503 Bytes
Contents
# Copyright (c) 2021 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details. # frozen_string_literal: true module Contrast module Config # Common Configuration settings. Those in this section pertain to the # logging in the Agent. class LoggerConfiguration < BaseConfiguration KEYS = { path: EMPTY_VALUE, level: EMPTY_VALUE, progname: EMPTY_VALUE }.cs__freeze def initialize hsh super(hsh, KEYS) end end end end
Version data entries
11 entries across 11 versions & 1 rubygems