C# Class dbz.UIComponents.Debug_utils.Logger

This class is used to log the events throughout the booruReader
显示文件 Open project: earlnuclear/DanbooruBrowser

Public Methods

Method Description
LogEvent ( string functionName, string message, string extraDetails = null ) : void

Basic logging function

Private Methods

Method Description
CheckLogFile ( ) : void

Checks if log file exists and creates one if it doesnt

Logger ( ) : System

Method Details

LogEvent() public method

Basic logging function
public LogEvent ( string functionName, string message, string extraDetails = null ) : void
functionName string Name of the function that the call is in
message string Error message
extraDetails string Extra data
return void