C# Класс Cube.XRM.Framework.Core.Loggers.TextLogger

Class TextLogger.
Наследование: ILogger
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
AddToFile System.Result

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

Метод Описание
Save ( string _content, EventLogEntryType _logType ) : System.Result

Saves the specified _content.

Save ( string _content, EventLogEntryType _logType, object param ) : System.Result

Saves the specified _content.

TextLogger ( ) : System

Initializes a new instance of the TextLogger class.

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

Метод Описание
AddToFile ( ) : System.Result

Adds to file.

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

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

Saves the specified _content.
public Save ( string _content, EventLogEntryType _logType ) : System.Result
_content string The _content.
_logType EventLogEntryType Type of the _log.
Результат System.Result

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

Saves the specified _content.
public Save ( string _content, EventLogEntryType _logType, object param ) : System.Result
_content string The _content.
_logType EventLogEntryType Type of the _log.
param object
Результат System.Result

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

Initializes a new instance of the TextLogger class.
public TextLogger ( ) : System
Результат System