Changeset 5905 for branches/newapi
- Timestamp:
- 12/02/07 19:58:27 (12 months ago)
- Files:
-
- 1 modified
-
branches/newapi/licq/licq/interface/log.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/newapi/licq/licq/interface/log.h
r5786 r5905 33 33 { 34 34 public: 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 35 44 enum Level 36 45 {
