Table of Contents

Class Logger

Namespace : SpriteAnimations

Methods

Log(string, Object)

Logs a message.

public static void Log(string message, Object sender = null)

Parameters

message string

The message.

sender Object

The object that triggered the error (optional).

LogError(string, Object)

Logs an error message.

public static void LogError(string message, Object sender = null)

Parameters

message string

The error message.

sender Object

The object that triggered the error (optional).

LogWarning(string, Object)

Logs an warning message.

public static void LogWarning(string message, Object sender = null)

Parameters

message string

The warning message.

sender Object

The object that triggered the error (optional).