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

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

Public Methods

Method Description
Save ( string _content, EventLogEntryType _logType, object param ) : Result

Saves the specified _content.

SqlLogger ( ) : System

Initializes a new instance of the TextLogger class.

Private Methods

Method Description
AddToSQLTable ( ) : Result

Adds to SQL table.

Method Details

Save() public method

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

SqlLogger() public method

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