C# Class JBConsoleLogger, unity-JBConsole

Inheritance: Loggable
ファイルを表示 Open project: spaceapegames/unity-JBConsole

Public Properties

Property Type Description
ShowConsoleOnError bool
ShowToastOnError bool
VisibilityChanged Signal

Public Methods

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

Protected Methods

Method Description
SetupConsole ( JBConsole console ) : void

Method Details

Debug() public method

public Debug ( ) : void
return void

DebugCh() public method

public DebugCh ( string channel ) : void
channel string
return void

Destroy() public method

public Destroy ( ) : void
return void

Error() public method

public Error ( int errorCode ) : void
errorCode int
return void

ErrorCh() public method

public ErrorCh ( string channel, int errorCode ) : void
channel string
errorCode int
return void

Info() public method

public Info ( ) : void
return void

InfoCh() public method

public InfoCh ( string channel ) : void
channel string
return void

Init() public method

public Init ( ) : void
return void

Log() public method

public Log ( ) : void
return void

LogCh() public method

public LogCh ( string channel ) : void
channel string
return void

SetupConsole() protected method

protected SetupConsole ( JBConsole console ) : void
console JBConsole
return void

Warn() public method

public Warn ( ) : void
return void

WarnCh() public method

public WarnCh ( string channel ) : void
channel string
return void

Property Details

ShowConsoleOnError public_oe static_oe property

public static bool ShowConsoleOnError
return bool

ShowToastOnError public_oe static_oe property

public static bool ShowToastOnError
return bool

VisibilityChanged public_oe property

public Signal VisibilityChanged
return Signal