Method | Description | |
---|---|---|
CreateLog ( string _context ) : void |
Creates the log.
|
|
CreateLog ( string _context, EventLogEntryType _level ) : void |
Creates the log.
|
|
LogEntityObjects ( System.Entity entity ) : string |
Method | Description | |
---|---|---|
FormatValue ( object value ) : string |
Formats the value.
|
public CreateLog ( string _context ) : void | ||
_context | string | The _context. |
return | void |
public CreateLog ( string _context, EventLogEntryType _level ) : void | ||
_context | string | The _context. |
_level | EventLogEntryType | The _level. |
return | void |
public LogEntityObjects ( System.Entity entity ) : string | ||
entity | System.Entity | |
return | string |