Show / Hide Table of Contents

Interface IFrameworkMessenger

An interface for framework messages. The default implementation outputs to console (and only for a DEBUG build). The user may define their own to redirect messages generated by the framework

Namespace: Yak2D
Assembly: Yak2D.Api.dll
Syntax
public interface IFrameworkMessenger

Methods

Report(String)

Called by the framework to report a message

Declaration
void Report(string message)
Parameters
Type Name Description
System.String message

The message

Shutdown()

Called when application is shutting down. Custom user implementations should release non-framework related resources here

Declaration
void Shutdown()
In This Article
Back to top yak2D - Alex Paterson