C# Class Arma2NETMySQLPlugin.Logger

Datei anzeigen Open project: firefly2442/Arma2NETMySQLPlugin

Public Methods

Method Description
Logger ( ) : System
Stop ( ) : void
addMessage ( LogType type, string message ) : void
getLogDir ( ) : string

Method Details

Logger() public method

public Logger ( ) : System
return System

Stop() public static method

public static Stop ( ) : void
return void

addMessage() public static method

public static addMessage ( LogType type, string message ) : void
type LogType
message string
return void

getLogDir() public static method

public static getLogDir ( ) : string
return string