Skip to content

bug:一些情况下没有输出日志 #3

Description

@dudu502

建一个dll库,写一个ILogger接口,把这个dll引入到unity项目中。再在Unity项目中实现这个接口
例如
UnityLogger:ILogger
{
public void Info(string msg)
{
Debug.Log(msg);
}
}
Case : 在dll里 如果有一个方法以调用接口的方式调用Info("xx");
问题:不会出现日志!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions