C# Class ctac.UnityDebugService

Inheritance: IDebugService
Afficher le fichier Open project: dshook/centauri-tac

Private Properties

Свойство Type Description
KeyFmt string
MsgFmt string
PostConstruct void

Méthodes publiques

Méthode 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

Méthode Description
KeyFmt ( SocketKey key ) : string
MsgFmt ( object message ) : string
PostConstruct ( ) : void

Method Details

Dump() public méthode

public Dump ( ) : void
Résultat void

Log() public méthode

public Log ( object message, ErrorLevel level, SocketKey key = null ) : void
message object
level ErrorLevel
key SocketKey
Résultat void

Log() public méthode

public Log ( object message, SocketKey key = null ) : void
message object
key SocketKey
Résultat void

LogError() public méthode

public LogError ( object message, SocketKey key = null ) : void
message object
key SocketKey
Résultat void

LogWarning() public méthode

public LogWarning ( object message, SocketKey key = null ) : void
message object
key SocketKey
Résultat void