C# 클래스 SocketLibrary.Protocol.Logger

파일 보기 프로젝트 열기: Wotuu/RTS_XNA_v2

공개 프로퍼티들

프로퍼티 타입 설명
messageLog LinkedList

공개 메소드들

메소드 설명
Log ( Packet p, System.Boolean isReceived ) : void

Logs the data to the logger.

메소드 상세

Log() 공개 메소드

Logs the data to the logger.
public Log ( Packet p, System.Boolean isReceived ) : void
p SocketLibrary.Packets.Packet
isReceived System.Boolean
리턴 void

프로퍼티 상세

messageLog 공개적으로 프로퍼티

public LinkedList messageLog
리턴 LinkedList