跳到主要内容
版本:1.5.x

Interface ILogger

自定义日志处理

Assembly: YooAsset.dll​
View Source​
Declaration
public interface ILogger

Methods​

Log(string)​

View Source​
Declaration
void Log(string message)
Parameters​
TypeName
System.Stringmessage

Warning(string)​

View Source​
Declaration
void Warning(string message)
Parameters​
TypeName
System.Stringmessage

Error(string)​

View Source​
Declaration
void Error(string message)
Parameters​
TypeName
System.Stringmessage

Exception(Exception)​

View Source​
Declaration
void Exception(Exception exception)
Parameters​
TypeName
System.Exceptionexception