Click or drag to resize
GameLoggerWarning Method
Logs the specified warning message.

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

Parameters

message
Type: SystemString
Message to log.
See Also