update
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
|
||||
namespace Rive
|
||||
{
|
||||
/// <summary>
|
||||
/// Interface for logging debug messages.
|
||||
/// </summary>
|
||||
public interface IDebugLogger
|
||||
{
|
||||
void Log(string message);
|
||||
void LogWarning(string message);
|
||||
void LogError(string message);
|
||||
|
||||
void LogException(System.Exception exception);
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user