C# 클래스 pGina.Plugin.MySqlLogger.SessionLogger

상속: ILoggerMode
파일 보기 프로젝트 열기: MutonUfoAI/pgina 1 사용 예제들

공개 메소드들

메소드 설명
CreateTable ( ) : string
Log ( int SessionId, System Reason, SessionProperties properties ) : bool
SessionLogger ( ) : System
SetConnection ( MySqlConnection m_conn ) : void
TestTable ( ) : string

비공개 메소드들

메소드 설명
getIPAddress ( ) : string

메소드 상세

CreateTable() 공개 메소드

public CreateTable ( ) : string
리턴 string

Log() 공개 메소드

public Log ( int SessionId, System Reason, SessionProperties properties ) : bool
SessionId int
Reason System
properties SessionProperties
리턴 bool

SessionLogger() 공개 메소드

public SessionLogger ( ) : System
리턴 System

SetConnection() 공개 메소드

public SetConnection ( MySqlConnection m_conn ) : void
m_conn MySql.Data.MySqlClient.MySqlConnection
리턴 void

TestTable() 공개 메소드

public TestTable ( ) : string
리턴 string