Interface ILogger
自定义日志处理
Assembly: YooAsset.dll
View Source
Declaration
public interface ILogger
Methods
Log(string)
View Source
Declaration
void Log(string message)
Parameters
Type | Name |
---|---|
System.String | message |
Warning(string)
View Source
Declaration
void Warning(string message)
Parameters
Type | Name |
---|---|
System.String | message |
Error(string)
View Source
Declaration
void Error(string message)
Parameters
Type | Name |
---|---|
System.String | message |
Exception(Exception)
View Source
Declaration
void Exception(Exception exception)
Parameters
Type | Name |
---|---|
System.Exception | exception |