module Ruboty::Redmine
Constants
- VERSION
Public Class Methods
log(msg)
click to toggle source
# File lib/ruboty/redmine.rb, line 9 def self.log(msg) Ruboty.logger.info "[redmine] #{msg}" # FIX: thix dirty hack. Ruboty.logger.instance_variable_get(:@logdev).dev.flush end