Class Amalgalite::Taps::IO
In: lib/amalgalite/taps/io.rb
lib/amalgalite/taps/io.rb
Parent: Object

An IOTap is an easy way to send all top information to andy IO based object. Both profile and trace tap information can be captured This means you can send the events to STDOUT with:

  db.profile_tap = db.trace_tap  = Amalgalite::Taps::Stdout.new

Methods

Attributes

io  [R] 
io  [R] 
profile_tap  [R] 
profile_tap  [R] 

Public Class methods

Public Instance methods

need a profile method, it routes through the profile tap which calls back to output_profile_event

need a profile method, it routes through the profile tap which calls back to output_profile_event

[Validate]