aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/logging.h
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2022-03-13 23:47:55 -0500
committerSean Hall <r.sean.hall@gmail.com>2022-03-14 14:53:29 -0500
commit78125b7c4bd59468275d65b63860bdb68b1bc6f1 (patch)
tree05c73a4e9ac79172afd42ba817c69d37571c3dc4 /src/burn/engine/logging.h
parent4cd1c4e06145434ca940ac828772dc47b9d9738e (diff)
downloadwix-78125b7c4bd59468275d65b63860bdb68b1bc6f1.tar.gz
wix-78125b7c4bd59468275d65b63860bdb68b1bc6f1.tar.bz2
wix-78125b7c4bd59468275d65b63860bdb68b1bc6f1.zip
Log rest of plan and add testing of registration actions to PlanTest.
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 15eb298a..857394b9 100644
--- a/src/burn/engine/logging.h
+++ b/src/burn/engine/logging.h
@@ -158,6 +158,10 @@ LPCSTR LoggingPlanRelationTypeToString(
158 __in BOOTSTRAPPER_RELATED_BUNDLE_PLAN_TYPE type 158 __in BOOTSTRAPPER_RELATED_BUNDLE_PLAN_TYPE type
159 ); 159 );
160 160
161LPCSTR LoggingRegistrationOptionsToString(
162 __in DWORD dwRegistrationOptions
163 );
164
161LPCSTR LoggingRelationTypeToString( 165LPCSTR LoggingRelationTypeToString(
162 __in BOOTSTRAPPER_RELATION_TYPE type 166 __in BOOTSTRAPPER_RELATION_TYPE type
163 ); 167 );