Libraries
»
pgsync
(0.8.0)
»
Index
»
PgSync
»
Utils
»
#log
Method: PgSync::Utils#log
Defined in:
lib/pgsync/utils.rb
#
log
(message = nil) ⇒
Object
10 11 12
# File 'lib/pgsync/utils.rb', line 10
def
log
(
message
=
nil
)
output
.
puts
message
end