eDriven Framework API
LogIf Method (componentId, message)
NamespaceseDriven.Gui.ComponentsComponentLogIf(String, String)
eDriven Framework API
Writes a console message if componentId corresponds to this component ID
Declaration Syntax
C#Visual BasicVisual C++
public void LogIf(
	string componentId,
	string message
)
Public Sub LogIf ( _
	componentId As String, _
	message As String _
)
public:
void LogIf(
	String^ componentId, 
	String^ message
)
Parameters
componentId (String)
The ID of the compoennt for which the message will be logged
message (String)
A message to log

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)