C# 클래스 DeltaDNA.Logger

파일 보기 프로젝트 열기: deltaDNA/unity-sdk

공개 메소드들

메소드 설명
SetLogLevel ( Level logLevel ) : void

비공개 메소드들

메소드 설명
Log ( string msg, Level level ) : void
LogDebug ( string msg ) : void
LogError ( string msg ) : void
LogInfo ( string msg ) : void
LogWarning ( string msg ) : void

메소드 상세

SetLogLevel() 공개 정적인 메소드

public static SetLogLevel ( Level logLevel ) : void
logLevel Level
리턴 void