Module: FlightConfig

Defined in:
lib/flight_config/links.rb,
lib/flight_config/log.rb,
lib/flight_config/core.rb,
lib/flight_config/reader.rb,
lib/flight_config/deleter.rb,
lib/flight_config/globber.rb,
lib/flight_config/updater.rb,
lib/flight_config/version.rb,
lib/flight_config/accessor.rb,
lib/flight_config/indexable.rb,
lib/flight_config/exceptions.rb,
lib/flight_config/has_indices.rb,
lib/flight_config/patches/tty_config.rb,
lib/flight_config/accessor.rb

Overview

Copyright © 2019-present Alces Flight Ltd.

This file is part of FlightConfig.

This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which is available at <www.eclipse.org/legal/epl-2.0>, or alternative license terms made available by Alces Flight Ltd - please direct inquiries about licensing to [email protected].

FlightConfig is distributed in the hope that it will be useful, but WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. See the Eclipse Public License 2.0 for more details.

You should have received a copy of the Eclipse Public License 2.0 along with FlightConfig. If not, see:

https://opensource.org/licenses/EPL-2.0

For more information on FlightConfig, please visit: github.com/openflighthpc/flight_config

Defined Under Namespace

Modules: Accessor, Core, Deleter, Globber, HasIndices, Indexable, Links, Log, Patches, Reader, TTYConfigAccessor, Updater Classes: BadModeError, CreateError, FlightConfigError, InvalidIndex, MissingFile, Registry, ResourceBusy

Constant Summary collapse

Loader =
Reader
VERSION =
"0.3.1"

Class Attribute Summary collapse

Class Attribute Details

.loggerObject

Returns the value of attribute logger.



31
32
33
# File 'lib/flight_config/log.rb', line 31

def logger
  @logger
end