HeroStats Libraries
StatsEngine.LogInfoMessage Method 

[This is preliminary documentation and subject to change.]

Logs an informational message to the message log. The message will show up in the "HeroStats" channel.

[Visual Basic]
Public Sub LogInfoMessage( _
   ByVal messageToLog As String _
)
[C#]
public void LogInfoMessage(
   string messageToLog
);

Parameters

messageToLog
The message to log.

See Also

StatsEngine Class | HeroStats.StatsEngine Namespace