module ReVIEW
Copyright © 2009-2017 Minero Aoki, Kenshi Muto
2002-2008 Minero Aoki
This program is free software. You can distribute or modify this program under the terms of the GNU LGPL, Lesser General Public License version 2.1. For details of the GNU LGPL, see the file “COPYING”.
Copyright © 2007-2017 Minero Aoki, Kenshi Muto
2002-2007 Minero Aoki
This program is free software. You can distribute or modify this program under the terms of the GNU LGPL, Lesser General Public License version 2.1. For details of the GNU LGPL, see the file “COPYING”.
This program is free software. You can distribute or modify this program under the terms of the GNU LGPL, Lesser General Public License version 2.1.
Copyright © 2010-2018 Kenshi Muto and Masayoshi Takahashi
This program is free software. You can distribute or modify this program under the terms of the GNU LGPL, Lesser General Public License version 2.1. For details of the GNU LGPL, see the file “COPYING”.
Copyright © 2007-2017 Minero Aoki, Kenshi Muto
2002-2007 Minero Aoki
This program is free software. You can distribute or modify this program under the terms of the GNU LGPL, Lesser General Public License version 2.1. For details of the GNU LGPL, see the file “COPYING”.
Copyright © 2017 Minero Aoki, Kenshi Muto
2002-2006 Minero Aoki
This program is free software. You can distribute or modify this program under the terms of the GNU LGPL, Lesser General Public License version 2.1. For details of the GNU LGPL, see the file “COPYING”.
Copyright © 2009-2019 Minero Aoki, Kenshi Muto, Masayoshi Takahashi Copyright © 2002-2007 Minero Aoki
This program is free software. You can distribute or modify this program under the terms of the GNU LGPL, Lesser General Public License version 2.1.
Copyright © 2008-2017 Minero Aoki, Kenshi Muto, Masayoshi Takahashi,
KADO Masanori
This program is free software. You can distribute or modify this program under the terms of the GNU LGPL, Lesser General Public License version 2.1.
Constants
- VERSION
Public Class Methods
# File lib/review/logger.rb, line 15 def self.logger @logger ||= ReVIEW::Logger.new end
# File lib/review/logger.rb, line 19 def self.logger=(logger) @logger = logger end