C# Class EssenceShared.Log

Mostra file Open project: Insality/essence-of-shadows

Public Methods

Method Description
Print ( string text ) : void
Print ( string text, LogType type ) : void
Print ( string text, LogType type, bool isShowTime ) : void
Print ( string text, bool isShowTime ) : void

Private Methods

Method Description
PrintToLogFile ( string text ) : void

Method Details

Print() public static method

public static Print ( string text ) : void
text string
return void

Print() public static method

public static Print ( string text, LogType type ) : void
text string
type LogType
return void

Print() public static method

public static Print ( string text, LogType type, bool isShowTime ) : void
text string
type LogType
isShowTime bool
return void

Print() public static method

public static Print ( string text, bool isShowTime ) : void
text string
isShowTime bool
return void