Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
Info Method (message, exception)
NamespacesGenesyslab.Desktop.InfrastructureLog4NetLoggerInfo(Object, Exception)
Logs an information message.
Declaration Syntax
C#Visual BasicVisual C++
public void Info(
	Object message,
	Exception exception
)
Public Sub Info ( _
	message As Object, _
	exception As Exception _
)
public:
virtual void Info(
	Object^ message, 
	Exception^ exception
) sealed
Parameters
message (Object)
The message.
exception (Exception)
The exception.

Assembly: Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)