Class Merb::BootLoader::Logger
In: lib/merb-core/bootloader.rb
Parent: Merb::BootLoader

Set up the logger.

Place the logger inside of the Merb log directory (set up in Merb::BootLoader::BuildFramework)

Methods

Public Class methods

Print a warning if the installed version of rubygems is not supported

Returns

nil

:api: private

Sets Merb.logger to a new logger created based on the config settings.

Returns

nil

:api: plugin

[Validate]