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

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

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