diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-01-12 10:57:41 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-01-12 10:57:41 +0100 |
commit | ddc3458259222720d000ccc9cc5e6bd9b09ef3c9 (patch) | |
tree | 07957d8cf9761550a5b4f7167d473c69477decef /sal | |
parent | 0413cc28fc2e4d251723f7849886b33676303b90 (diff) |
Make it clear that sal/log.hxx functionality may change again.
Diffstat (limited to 'sal')
-rw-r--r-- | sal/inc/sal/log.hxx | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sal/inc/sal/log.hxx b/sal/inc/sal/log.hxx index 6eb152b2f78d..816d57a32d9a 100644 --- a/sal/inc/sal/log.hxx +++ b/sal/inc/sal/log.hxx @@ -153,6 +153,9 @@ inline char const * unwrapStream(StreamIgnore const &) { Potentially not only useful within the log framework (where it is used automatically), but also when creating exception messages. + @attention For now, this functionality should only be used internally within + LibreOffice. It may change again in a future version. + @since LibreOffice 3.5 */ #define SAL_WHERE SAL_DETAIL_WHERE @@ -166,6 +169,9 @@ inline char const * unwrapStream(StreamIgnore const &) { SAL_INFO("foo", "object: " << (hasName ? obj->name : SAL_STREAM(obj))); + @attention For now, this functionality should only be used internally within + LibreOffice. It may change again in a future version. + @since LibreOffice 3.5 */ #define SAL_STREAM(stream) \ @@ -251,6 +257,9 @@ inline char const * unwrapStream(StreamIgnore const &) { change. The log output is printed to stderr without further text encoding conversion. + @attention For now, this functionality should only be used internally within + LibreOffice. It may change again in a future version. + @since LibreOffice 3.5 */ |