C# Class Landertron.Logger

Afficher le fichier Open project: Kerbas-ad-astra/XTLandertron

Méthodes publiques

Méthode Description
Logger ( string prefix = "" ) : System
debug ( object message, UnityEngine context = null ) : void
error ( object message, UnityEngine context = null ) : void
info ( object message, UnityEngine context = null ) : void
warning ( object message, UnityEngine context = null ) : void

Method Details

Logger() public méthode

public Logger ( string prefix = "" ) : System
prefix string
Résultat System

debug() public méthode

public debug ( object message, UnityEngine context = null ) : void
message object
context UnityEngine
Résultat void

error() public méthode

public error ( object message, UnityEngine context = null ) : void
message object
context UnityEngine
Résultat void

info() public méthode

public info ( object message, UnityEngine context = null ) : void
message object
context UnityEngine
Résultat void

warning() public méthode

public warning ( object message, UnityEngine context = null ) : void
message object
context UnityEngine
Résultat void