Свойство | Тип | Описание | |
---|---|---|---|
ShowConsoleOnError | bool | ||
ShowToastOnError | bool | ||
VisibilityChanged | Signal |
Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
SetupConsole ( JBConsole console ) : void |
public ErrorCh ( string channel, int errorCode ) : void | ||
channel | string | |
errorCode | int | |
Результат | void |
protected SetupConsole ( JBConsole console ) : void | ||
console | JBConsole | |
Результат | void |
public static bool ShowConsoleOnError | ||
Результат | bool |