aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/logging.h
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2024-11-09 23:54:49 -0500
committerBob Arnson <github@bobs.org>2024-11-10 20:14:39 -0500
commit53d84c9b96b027df505ab99f3db0719a82108b2b (patch)
treec08a593a222641b7d1b615794c80094aab8588b8 /src/burn/engine/logging.h
parenta75f23d32c3892e9977e7a48b4b347342ab182a9 (diff)
downloadwix-53d84c9b96b027df505ab99f3db0719a82108b2b.tar.gz
wix-53d84c9b96b027df505ab99f3db0719a82108b2b.tar.bz2
wix-53d84c9b96b027df505ab99f3db0719a82108b2b.zip
Log bundle registration scope.
Diffstat (limited to 'src/burn/engine/logging.h')
-rw-r--r--src/burn/engine/logging.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/burn/engine/logging.h b/src/burn/engine/logging.h
index 1b4a7b7f..b28a53d4 100644
--- a/src/burn/engine/logging.h
+++ b/src/burn/engine/logging.h
@@ -198,6 +198,10 @@ LPWSTR LoggingStringOrUnknownIfNull(
198 __in LPCWSTR wz 198 __in LPCWSTR wz
199 ); 199 );
200 200
201LPCSTR LoggingInstallScopeToString(
202 __in BOOL fPerMachine
203 );
204
201 205
202#if defined(__cplusplus) 206#if defined(__cplusplus)
203} 207}