C# Class fCraft.FLogDummy

Inheritance: IFLogger
Show file Open project: GlennMR/800Craft-Client

Public Methods

Method Description
Log ( string s ) : void
Log ( string message, FLogType type ) : void

Method Details

Log() public method

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

Log() public method

public Log ( string message, FLogType type ) : void
message string
type FLogType
return void