Module: Tracer (Umu::Environment)

Overview
Module Structure
Class Hierarchy
Constants
Tracer::ABBREVIATABLE_MODULE_NAMES
Module Functions
Tracer.make_event / 4
Tracer.trace / 6
Tracer.trace_single / 6
Tracer.class_to_string / 1
Tracer.abbreviate / 1
is a submodule of
module: Environment ( Umu )
is modularized into
class: Event   
module: Stack   
has modular siblings
class: Preference   
module: Context   
class: Entry   
has properties
function: make_event / 4   
function: trace / 6   
function: trace_single / 6   
function: class_to_string / 1   
constant: ABBREVIATABLE_MODULE_NAMES   
function: abbreviate / 1   
is defined at
#10 in environment/tracer/tracer.rb  
#10 in environment/tracer/stack.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Umu
  module: Environment
  class: Preference
✗ module: Tracer
class: Event     
module: Stack     
  module: Context
  class: Entry

Class Hierarchy

Constants

Tracer::ABBREVIATABLE_MODULE_NAMES

#135 in environment/tracer/tracer.rb

ABBREVIATABLE_MODULE_NAMES = [   

Module Functions

Tracer.make_event / 4

#47 in environment/tracer/tracer.rb

make_event ( label ,
  klass ,
  loc ,
  msg )

Tracer.trace / 6

#57 in environment/tracer/tracer.rb

trace ( pref ,
  eval_depth ,
  label ,
  klass ,
  loc ,
  msg )

Tracer.trace_single / 6

#87 in environment/tracer/tracer.rb

trace_single ( pref ,
  eval_depth ,
  label ,
  klass ,
  loc ,
  msg )

Tracer.class_to_string / 1

#115 in environment/tracer/tracer.rb

class_to_string ( klass )

Tracer.abbreviate / 1

#180 in environment/tracer/tracer.rb

abbreviate ( names )