lib/kitchen/logging.rb in test-kitchen-1.14.1 vs lib/kitchen/logging.rb in test-kitchen-1.14.2
- old
+ new
@@ -15,17 +15,14 @@
# 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.
module Kitchen
-
# Mixin module that delegates logging methods to a local `#logger`.
#
# @author Fletcher Nichol <fnichol@nichol.ca>
module Logging
-
class << self
-
private
# @api private
# @!macro logger_method
# @method $1($2)