Skip to content

Commit 77e7582

Browse files
author
Caitlin Bales (MSFT)
authored
Add logging info for subprocessors
1 parent 0f4ab7d commit 77e7582

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GraphODataTemplateWriter/TemplateProcessor/TemplateProcessor.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ public IEnumerable<TextFile> Process(ITemplateInfo templateInfo)
9999
{
100100
Func<ITemplateInfo, IEnumerable<TextFile>> subProcessor = this.ProcessTemplate;
101101
this.SubProcessors.TryGetValue(templateInfo.SubprocessorType, out subProcessor);
102+
logger.Info("Current subprocessor type: {0}", templateInfo.SubprocessorType);
102103
return subProcessor(templateInfo);
103104
}
104105

0 commit comments

Comments
 (0)