Click or drag to resize
GameLoggerInfo Method
Logs the specified info message.

Namespace: Slash.ECS.Logging
Assembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntax
public virtual void Info(
	string message
)

Parameters

message
Type: SystemString
Message to log.
See Also