Version: 2021.3
언어: 한국어

LogType

enumeration

매뉴얼로 전환

설명

The type of the log message in Debug.unityLogger.Log or delegate registered with Application.RegisterLogCallback.

See Also: Logger, ILogger, Debug.unityLogger, Application.RegisterLogCallback.

변수

ErrorLogType used for Errors.
AssertLogType used for Asserts. (These could also indicate an error inside Unity itself.)
WarningLogType used for Warnings.
LogLogType used for regular log messages.
ExceptionLogType used for Exceptions.