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

Interface ILogger

自定义日志处理

Assembly: YooAsset.dll​
Declaration
public interface ILogger

Methods​

Log(string)​

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

Warning(string)​

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

Error(string)​

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

Exception(Exception)​

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