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