C# 클래스 Cube.XRM.Framework.Core.DetailedLog

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

Private Properties

프로퍼티 타입 설명
FormatValue string
LogToDiagnostic void
LogToScreen void
ShowLog void
WriteLog void

공개 메소드들

메소드 설명
CreateLog ( string _content ) : void

Creates the log.

CreateLog ( string _content, EventLogEntryType _level ) : void

Creates the log.

DetailedLog ( ILogger _logger, EnumCarrier _level, SqlConnection _connection, EnumCarrier _screen ) : System
DetailedLog ( ILogger _logger, EnumCarrier _level, string _path, EnumCarrier _screen ) : System

Initializes a new instance of the DetailedLog class.

LogEntityObjects ( System.Entity entity ) : string

Logs the entity objects.

비공개 메소드들

메소드 설명
FormatValue ( object value ) : string

Formats the value.

LogToDiagnostic ( string _context ) : void

Logs to diagnostic.

LogToScreen ( string _context ) : void

Logs to screen.

ShowLog ( string _context ) : void

Shows the log.

WriteLog ( string _content, EventLogEntryType _logType ) : void

Writes the log.

메소드 상세

CreateLog() 공개 메소드

Creates the log.
public CreateLog ( string _content ) : void
_content string The _context.
리턴 void

CreateLog() 공개 메소드

Creates the log.
public CreateLog ( string _content, EventLogEntryType _level ) : void
_content string
_level EventLogEntryType The _level.
리턴 void

DetailedLog() 공개 메소드

public DetailedLog ( ILogger _logger, EnumCarrier _level, SqlConnection _connection, EnumCarrier _screen ) : System
_logger ILogger
_level EnumCarrier
_connection System.Data.SqlClient.SqlConnection
_screen EnumCarrier
리턴 System

DetailedLog() 공개 메소드

Initializes a new instance of the DetailedLog class.
public DetailedLog ( ILogger _logger, EnumCarrier _level, string _path, EnumCarrier _screen ) : System
_logger ILogger The _logger.
_level EnumCarrier The _level.
_path string The _path.
_screen EnumCarrier The _screen.
리턴 System

LogEntityObjects() 공개 메소드

Logs the entity objects.
public LogEntityObjects ( System.Entity entity ) : string
entity System.Entity The entity.
리턴 string