/[libml]/libml/src/misc/env.mli
ViewVC logotype

Diff of /libml/src/misc/env.mli

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by srv89, Mon Oct 27 11:08:36 2003 UTC revision 1.2 by srv89, Mon Nov 10 09:17:47 2003 UTC
# Line 69  object Line 69  object
69      Gets the current output channel.      Gets the current output channel.
70    *)    *)
71    method getOutChannel : out_channel    method getOutChannel : out_channel
72              
   (**  
     Displays a string on _outChannel.  
     @param module_name  
     The name of the module who is speaking (displayed in the output).  
     @param msg The message to be displayed.  
     @param min_verbosity_level If _verbosity >= this parameter, the message  
     is displayed.  
   *)  
     method out : string -> string -> int -> unit  
   
73    (**    (**
74      The channel on which LibML is supposed to display errors (like stderr on      The channel on which LibML is supposed to display errors (like stderr on
75      Unix).      Unix).
# Line 95  object Line 85  object
85      Gets the current error channel.      Gets the current error channel.
86    *)    *)
87    method getErrChannel : out_channel    method getErrChannel : out_channel
88        
   (**  
     Displays a string on _errChannel.  
     @param module_name  
     The name of the module who is speaking (displayed in the output).  
     @param msg The message to be displayed.  
     @param min_verbosity_level If _verbosity >= this parameter, the message  
     is displayed.  
   *)  
   method err : string -> string -> int -> unit  
           
89    (**    (**
90      Sets the current verbosity level.      Sets the current verbosity level.
91      This method is not verbose because otherwise it would be impossible to      This method is not verbose because otherwise it would be impossible to

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26