C# Class DZLib.Logging.LogHelper

Afficher le fichier Open project: DZ191/LeagueSharp

Private Properties

Свойство Type Description
CreateDirectory void
InitLog void
SaveToFile void

Méthodes publiques

Méthode Description
AddToLog ( LogItem logItem ) : void

Adds an item to the log.

ClearLogs ( ) : void

Clears the logs.

GetLogs ( ) : List

Gets the logs.

OnLoad ( ) : void

Called when the LogHelper is loaded

Private Methods

Méthode Description
CreateDirectory ( ) : void

Creates the directory.

InitLog ( ) : void

Initializes the log file.

SaveToFile ( LogItem logItem ) : void

Saves to the log file.

Method Details

AddToLog() public static méthode

Adds an item to the log.
public static AddToLog ( LogItem logItem ) : void
logItem LogItem The log item.
Résultat void

ClearLogs() public static méthode

Clears the logs.
public static ClearLogs ( ) : void
Résultat void

GetLogs() public static méthode

Gets the logs.
public static GetLogs ( ) : List
Résultat List

OnLoad() public static méthode

Called when the LogHelper is loaded
public static OnLoad ( ) : void
Résultat void