Module: Gamefic::Logging

Included in:
Action, Active, Active::Epic, Dispatcher, Narrative
Defined in:
lib/gamefic/logging.rb

Overview

A simple logger.

Class Method Summary collapse

Class Method Details

.loggerLogger

Returns:

  • (Logger)


12
13
14
# File 'lib/gamefic/logging.rb', line 12

def logger
  Gamefic.logger
end