Module: WsdlMapper::Parsing::Logging
- Included in:
- DomParsing::Linker, Base
- Defined in:
- lib/wsdl_mapper/parsing/logging.rb
Defined Under Namespace
Classes: LogMsg
Instance Attribute Summary (collapse)
-
- (Object) log_msgs
Returns the value of attribute log_msgs.
Instance Method Summary (collapse)
Instance Attribute Details
- (Object) log_msgs
Returns the value of attribute log_msgs
18 19 20 |
# File 'lib/wsdl_mapper/parsing/logging.rb', line 18 def log_msgs @log_msgs end |
Instance Method Details
- (Object) log_msg(node, msg = '', source = self)
22 23 24 25 |
# File 'lib/wsdl_mapper/parsing/logging.rb', line 22 def log_msg(node, msg = '', source = self) @log_msgs ||= [] @log_msgs << LogMsg.new(node, source, msg) end |