# File lib/ramaze/log/logger.rb, line 19
def
log
(
tag
,
*
args
)
__send__
(
tag
,
args
.
join
(
"\n"
))
end