C# Class DeltaDNA.Logger

Afficher le fichier Open project: deltaDNA/unity-sdk

Méthodes publiques

Méthode Description
SetLogLevel ( Level logLevel ) : void

Private Methods

Méthode 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 méthode

public static SetLogLevel ( Level logLevel ) : void
logLevel Level
Résultat void