C# Class GTFO_VR.Core.Log

Afficher le fichier Open project: DSprtn/GTFO_VR_Plugin

Méthodes publiques

Méthode Description
Debug ( string msg ) : void
Error ( string msg ) : void
Info ( string msg ) : void
Setup ( ManualLogSource log ) : void
Warning ( string msg ) : void

Method Details

Debug() public static méthode

public static Debug ( string msg ) : void
msg string
Résultat void

Error() public static méthode

public static Error ( string msg ) : void
msg string
Résultat void

Info() public static méthode

public static Info ( string msg ) : void
msg string
Résultat void

Setup() public static méthode

public static Setup ( ManualLogSource log ) : void
log ManualLogSource
Résultat void

Warning() public static méthode

public static Warning ( string msg ) : void
msg string
Résultat void