ConsoleLogger Write Method Delta Engine Documentation
Write all messages to the console, but limit to 100 per second and 10 in debug mode as the console is very slow and will cause the app to freeze if too many messages are processed. View code on GitHub

Namespace: DeltaEngine.Core
Assembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public override void Write(
	Logger MessageType messageType,
	string message
)
See Also