C# Class LogMemoryStorage, Common.Logging.Unity3D

Afficher le fichier Open project: SaladLab/Common.Logging.Unity3D

Méthodes publiques

Méthode Description
GetLogs ( int &baseLogId ) : List
Install ( ) : void
LogMemoryStorage ( int maxLogCount ) : System
Uninstall ( ) : void

Private Methods

Méthode Description
OnLogMessageReceive ( string condition, string stacktrace, LogType type ) : void

Method Details

GetLogs() public méthode

public GetLogs ( int &baseLogId ) : List
baseLogId int
Résultat List

Install() public méthode

public Install ( ) : void
Résultat void

LogMemoryStorage() public méthode

public LogMemoryStorage ( int maxLogCount ) : System
maxLogCount int
Résultat System

Uninstall() public méthode

public Uninstall ( ) : void
Résultat void