C# 클래스 Cube.XRM.Framework.Core.Loggers.SqlLogger

Class TextLogger.
상속: ILogger
파일 보기 프로젝트 열기: bkanlica/CubeXrmFramework 1 사용 예제들

공개 메소드들

메소드 설명
Save ( string _content, EventLogEntryType _logType, object param ) : Result

Saves the specified _content.

SqlLogger ( ) : System

Initializes a new instance of the TextLogger class.

비공개 메소드들

메소드 설명
AddToSQLTable ( ) : Result

Adds to SQL table.

메소드 상세

Save() 공개 메소드

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.
리턴 Result

SqlLogger() 공개 메소드

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