Changeset 5905 for branches/newapi

Show
Ignore:
Timestamp:
12/02/07 19:58:27 (12 months ago)
Author:
erijo
Message:

Add getThreadLog to the public interface

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/newapi/licq/licq/interface/log.h

    r5786 r5905  
    3333{ 
    3434public: 
     35  /** 
     36   * Get the calling thread's log. Can only be called from the 
     37   * daemon's or plugin's main thread (i.e. the thread executing 
     38   * Plugin::run()). 
     39   * 
     40   * @returns The calling thread's log instance. 
     41   */ 
     42  static Log* getThreadLog(); 
     43 
    3544  enum Level 
    3645  {