From 70a6b9ffbd676a1384433a86205d2cd4f2d4f4b1 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 22 Nov 2011 09:34:46 +0100 Subject: New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx. * New SAL_INFO..., SAL_WARN... macros. * New SAL_STREAM supersedes OSL_FORMAT. * oustringostreaminserter.hxx moved from unotest to rtl (and always UTF-8 now). * TODO to enable GCC __attribute__((format)) in sal/log.h (requires call-site cleanup). * Further functionality in tools/debug.hxx (DBG_MEMTEST, DBG_CTOR, etc.) not yet addressed. * Some replacements tools String -> rtl::OUString. --- sal/util/sal.map | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sal/util') diff --git a/sal/util/sal.map b/sal/util/sal.map index b67e313427b5..797c1a25c576 100755 --- a/sal/util/sal.map +++ b/sal/util/sal.map @@ -626,5 +626,6 @@ PRIVATE_1.1 { PRIVATE_1.2 { # LibreOffice 3.5 global: - osl_detail_formatString; + sal_detail_log; + sal_detail_logFormat; } PRIVATE_1.1; -- cgit