C# Class Cube.XRM.Framework.Core.Loggers.TextLogger

Class TextLogger.
Inheritance: ILogger
ファイルを表示 Open project: bkanlica/CubeXrmFramework Class Usage Examples

Private Properties

Property Type Description
AddToFile System.Result

Public Methods

Method Description
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.

Private Methods

Method Description
AddToFile ( ) : System.Result

Adds to file.

Method Details

Save() public method

Saves the specified _content.
public Save ( string _content, EventLogEntryType _logType ) : System.Result
_content string The _content.
_logType EventLogEntryType Type of the _log.
return System.Result

Save() public method

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
return System.Result

TextLogger() public method

Initializes a new instance of the TextLogger class.
public TextLogger ( ) : System
return System