class Lutaml::Model::Logger
def self.warn_auto_handling(name:, caller_file:, caller_line:)
-
caller_line
(Integer
) -- -
caller_file
(String
) -- -
name
(String
) --
def self.warn_auto_handling(name:, caller_file:, caller_line:) warn("`#{name}` is handled by default. No need to explecitly define at `#{caller_file}:#{caller_line}`") end