C# Класс ReviewNotifier.Program.Logger

A class that logs to the console, and potentially to a file.
Наследование: ILog
Показать файл Открыть проект

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

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

Closes the writer.

Log ( string format ) : void

Writes an output to a console, and if configured, to a file.

Logger ( string fileName ) : System

Creates an instance of the Logger class.

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

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

Closes the writer.
public Close ( ) : void
Результат void

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

Writes an output to a console, and if configured, to a file.
public Log ( string format ) : void
format string Format string.
Результат void

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

Creates an instance of the Logger class.
public Logger ( string fileName ) : System
fileName string
Результат System