~ubuntu-branches/ubuntu/oneiric/nux/oneiric-updates

« back to all changes in this revision

Viewing changes to NuxCore/Logger.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-08-25 13:42:45 UTC
  • mfrom: (1.1.27 upstream)
  • Revision ID: james.westby@ubuntu.com-20110825134245-edi1g8cm2iqibae7
Tags: 1.4.0-0ubuntu1
* New upstream version:
  - "scrolling down in a lens brings it back to the top automatically" 
    (lp: #821534)
* debian/rules: updated shlib

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
 *   nux::logging::configure_logging(::getenv("MY_APP_LOGGING_CONFIG"));
89
89
 */
90
90
void configure_logging(const char* config_string);
 
91
std::string backtrace(int levels = -1);
91
92
 
92
93
std::string dump_logging_levels(std::string const& prefix = "");
93
94