C# Class FOnline.Logging

Inheritance: ILogging
ファイルを表示 Open project: wladimiiir/vault112

Public Methods

Method Description
GetLastError ( ) : string
Log ( string s ) : void

Private Methods

Method Description
Global_GetLastError ( ) : IntPtr
Global_Log ( IntPtr s ) : void

Method Details

GetLastError() public method

public GetLastError ( ) : string
return string

Log() public method

public Log ( string s ) : void
s string
return void