Property | Type | Description | |
---|---|---|---|
ShowConsoleOnError | bool | ||
ShowToastOnError | bool | ||
VisibilityChanged | Signal |
Method | 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 |
Method | Description | |
---|---|---|
SetupConsole ( JBConsole console ) : void |
public ErrorCh ( string channel, int errorCode ) : void | ||
channel | string | |
errorCode | int | |
return | void |
protected SetupConsole ( JBConsole console ) : void | ||
console | JBConsole | |
return | void |