Class Logger
Namespace : SpriteAnimations
Methods
Log(string, Object)
Logs a message.
public static void Log(string message, Object sender = null)
Parameters
messagestringThe message.
senderObjectThe object that triggered the error (optional).
LogError(string, Object)
Logs an error message.
public static void LogError(string message, Object sender = null)
Parameters
messagestringThe error message.
senderObjectThe object that triggered the error (optional).
LogWarning(string, Object)
Logs an warning message.
public static void LogWarning(string message, Object sender = null)
Parameters
messagestringThe warning message.
senderObjectThe object that triggered the error (optional).