Method LogError
LogError(string)
Write an error level log message.
선언
public static void LogError(string msg)
파라미터
타입 | 이름 | 설명 |
---|---|---|
string | msg | The msg to log |
참고
LogError can be used to write an Error message. LogError works the same way as LogError(object). Addressables logs warnings and errors so by default this function will log.