Class Module
In: lib/logging/utils.rb
Parent: Object

Methods

Public Instance methods

Returns a predictable logger name for the current module or class. If used within an anonymous class, the first non-anonymous class name will be used as the logger name. If used within a meta-class, the name of the actual class will be used as the logger name. If used within an anonymous module, the string ‘anonymous’ will be returned.

[Validate]