Module: Commons

Defined in:
lib/commons.rb,
lib/commons/logging/log.rb,
lib/commons/util/properties.rb,
lib/commons/lang/class_utils.rb,
lib/commons/lang/state_error.rb,
lib/commons/io/filename_utils.rb,
lib/commons/lang/class_loader.rb,
lib/commons/lang/object_utils.rb,
lib/commons/lang/system_utils.rb,
lib/commons/logging/log_factory.rb,
lib/commons/lang/time/date_utils.rb,
lib/commons/lang/time/stop_watch.rb,
lib/commons/logging/impl/no_op_log.rb,
lib/commons/lang/builder/to_s_style.rb,
lib/commons/logging/impl/simple_log.rb,
lib/commons/lang/builder/to_s_builder.rb,
lib/commons/logging/impl/log4r_logger.rb,
lib/commons/logging/impl/log_factory_impl.rb,
lib/commons/lang/time/duration_format_utils.rb,
lib/commons/logging/log_configuration_error.rb

Overview

Log Configuration Error

– Ruby version 1.8

Authors

  • Yomei Komiya

2008 the original author or authors.

License

Apache License 2.0

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ++

Version

SVN: $Id: log_configuration_error.rb 77 2008-10-12 12:07:49Z whitestar $

Since

File available since Release 0.8.0

Defined Under Namespace

Modules: IO, Lang, Logging, Util

Constant Summary collapse

VERSION =
'0.8.0'
ENV =
Hash.new
LOG4R_CONF_PROPERTY =

The property name used to identify the Log4r configuration file.

'log4r.configuration'