• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/

Lines Matching defs:log

2 // Name:        wx/log.h
7 // RCS-ID: $Id: log.h 50993 2008-01-02 21:18:15Z VZ $
82 // different standard log levels (you may also define your own)
114 // derive from this class to redirect (or suppress, or ...) log messages
124 // these functions allow to completely disable all log messages
149 wxLog *log = GetActiveTarget();
150 if ( log )
151 log->Flush();
156 // get current log target, will call wxApp::CreateLogTarget() to
160 // change log target, pLogger may be NULL
176 // Set log level. Log messages with level > logLevel will not be logged.
180 // should GetActiveTarget() try to create a new log object if the
185 // Make GetActiveTarget() create a new log object again.
188 // log the count of repeating messages instead of logging the messages
213 // for the log targets which add time stamps to the messages - set it
265 // log a line containing the number of times the previous message was
281 static wxLog *ms_pLogger; // currently active log sink
283 static bool ms_bAutoCreate; // create new log targets on demand?
290 // format string for strftime(), if NULL, time stamping log messages is
311 // log everything to a buffer
335 // log everything to a "FILE *", stderr by default
339 // redirect log output to a FILE
353 // log everything to an "ostream", cerr by default
357 // redirect log output to an ostream
371 // /dev/null log target: suppress logging until this object goes out of scope
387 // ~wxLogNull called, old log sink restored
401 // chaining log target: installs itself as a log target and passes all
402 // messages to the real log target given to it in the ctor but also forwards
415 // change the new log target
422 // are we passing the messages to the previous log target?
425 // return the previous log target (may be NULL)
431 // call to avoid destroying the old log target
441 // the current log target
444 // the previous log target
453 // a chain log target which uses itself as the new logger
464 // include GUI log targets:
474 // for log messages for easy redirection
505 // log functions do nothing at all
550 // this function sends the log message to the status line of the top level
649 #include "wx/cocoa/log.h"