Changeset 103


Ignore:
Timestamp:
12/10/05 17:33:59 (18 years ago)
Author:
thauvin
Message:
  • add few documentation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/soft/ObsData/ObsData.pm

    • Property cvs2svn:cvs-rev changed from 1.32 to 1.33
    r100 r103  
    7171} 
    7272 
     73=head2 load 
     74 
     75Prepare the object for usage 
     76 
     77=cut 
     78 
    7379sub load { 
    7480    my ($self) = @_; 
     
    8288    return 1; 
    8389} 
     90 
     91=head2 loging($level, $message, ...) 
     92 
     93Pass a message into the loging process. 
     94 
     95   $level is the level of message 
     96   $message and or other arguments are printf format string  
     97 
     98=cut 
    8499 
    85100sub loging { 
Note: See TracChangeset for help on using the changeset viewer.