package com.tridium.ui.wizard.step; public interface ICommitLog { void log(String str); }