Interface ILogger
Namespace: StoryVerse
Assembly: Assembly-CSharp.dll.dll
Syntax
public interface ILogger
Methods
Error(String)
Declaration
void Error(string exception)
Parameters
Type | Name | Description |
---|---|---|
System.String | exception |
Log(String)
Declaration
void Log(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |