C# Class JBConsoleLogger, unity-JBConsole

Inheritance: Loggable
Afficher le fichier Open project: spaceapegames/unity-JBConsole

Méthodes publiques

Свойство Type Description
ShowConsoleOnError bool
ShowToastOnError bool
VisibilityChanged Signal

Méthodes publiques

Méthode Description
Debug ( ) : void
DebugCh ( string channel ) : void
Destroy ( ) : void
Error ( int errorCode ) : void
ErrorCh ( string channel, int errorCode ) : void
Info ( ) : void
InfoCh ( string channel ) : void
Init ( ) : void
Log ( ) : void
LogCh ( string channel ) : void
Warn ( ) : void
WarnCh ( string channel ) : void

Méthodes protégées

Méthode Description
SetupConsole ( JBConsole console ) : void

Method Details

Debug() public méthode

public Debug ( ) : void
Résultat void

DebugCh() public méthode

public DebugCh ( string channel ) : void
channel string
Résultat void

Destroy() public méthode

public Destroy ( ) : void
Résultat void

Error() public méthode

public Error ( int errorCode ) : void
errorCode int
Résultat void

ErrorCh() public méthode

public ErrorCh ( string channel, int errorCode ) : void
channel string
errorCode int
Résultat void

Info() public méthode

public Info ( ) : void
Résultat void

InfoCh() public méthode

public InfoCh ( string channel ) : void
channel string
Résultat void

Init() public méthode

public Init ( ) : void
Résultat void

Log() public méthode

public Log ( ) : void
Résultat void

LogCh() public méthode

public LogCh ( string channel ) : void
channel string
Résultat void

SetupConsole() protected méthode

protected SetupConsole ( JBConsole console ) : void
console JBConsole
Résultat void

Warn() public méthode

public Warn ( ) : void
Résultat void

WarnCh() public méthode

public WarnCh ( string channel ) : void
channel string
Résultat void

Property Details

ShowConsoleOnError public_oe static_oe property

public static bool ShowConsoleOnError
Résultat bool

ShowToastOnError public_oe static_oe property

public static bool ShowToastOnError
Résultat bool

VisibilityChanged public_oe property

public Signal VisibilityChanged
Résultat Signal