C# Class DeltaDNA.Logger

Show file Open project: deltaDNA/unity-sdk

Public Methods

Method Description
SetLogLevel ( Level logLevel ) : void

Private Methods

Method Description
Log ( string msg, Level level ) : void
LogDebug ( string msg ) : void
LogError ( string msg ) : void
LogInfo ( string msg ) : void
LogWarning ( string msg ) : void

Method Details

SetLogLevel() public static method

public static SetLogLevel ( Level logLevel ) : void
logLevel Level
return void