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 |
Method | Description | |
---|---|---|
PrintToLogFile ( string text ) : void |
public static Print ( string text, LogType type ) : void | ||
text | string | |
type | LogType | |
return | void |
public static Print ( string text, LogType type, bool isShowTime ) : void | ||
text | string | |
type | LogType | |
isShowTime | bool | |
return | void |
public static Print ( string text, bool isShowTime ) : void | ||
text | string | |
isShowTime | bool | |
return | void |