C# Class ctac.UnityDebugService

Inheritance: IDebugService
Show file Open project: dshook/centauri-tac

Private Properties

Property Type Description
KeyFmt string
MsgFmt string
PostConstruct void

Public Methods

Method Description
Dump ( ) : void
Log ( object message, ErrorLevel level, SocketKey key = null ) : void
Log ( object message, SocketKey key = null ) : void
LogError ( object message, SocketKey key = null ) : void
LogWarning ( object message, SocketKey key = null ) : void

Private Methods

Method Description
KeyFmt ( SocketKey key ) : string
MsgFmt ( object message ) : string
PostConstruct ( ) : void

Method Details

Dump() public method

public Dump ( ) : void
return void

Log() public method

public Log ( object message, ErrorLevel level, SocketKey key = null ) : void
message object
level ErrorLevel
key SocketKey
return void

Log() public method

public Log ( object message, SocketKey key = null ) : void
message object
key SocketKey
return void

LogError() public method

public LogError ( object message, SocketKey key = null ) : void
message object
key SocketKey
return void

LogWarning() public method

public LogWarning ( object message, SocketKey key = null ) : void
message object
key SocketKey
return void