C# Класс dbz.UIComponents.Debug_utils.Logger

This class is used to log the events throughout the booruReader
Показать файл Открыть проект

Открытые методы

Метод Описание
LogEvent ( string functionName, string message, string extraDetails = null ) : void

Basic logging function

Приватные методы

Метод Описание
CheckLogFile ( ) : void

Checks if log file exists and creates one if it doesnt

Logger ( ) : System

Описание методов

LogEvent() публичный Метод

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
Результат void