C# Class Cube.XRM.Framework.AddOn.DetailedLog

Class DetailedLog.
Inheritance: IDetailedLog
Datei anzeigen Open project: bkanlica/CubeXrmFramework

Public Methods

Method Description
CreateLog ( string _context ) : void

Creates the log.

CreateLog ( string _context, EventLogEntryType _level ) : void

Creates the log.

LogEntityObjects ( System.Entity entity ) : string

Private Methods

Method Description
FormatValue ( object value ) : string

Formats the value.

Method Details

CreateLog() public method

Creates the log.
public CreateLog ( string _context ) : void
_context string The _context.
return void

CreateLog() public method

Creates the log.
public CreateLog ( string _context, EventLogEntryType _level ) : void
_context string The _context.
_level EventLogEntryType The _level.
return void

LogEntityObjects() public method

public LogEntityObjects ( System.Entity entity ) : string
entity System.Entity
return string