프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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, |
||
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.
|
public CreateLog ( string _content ) : void | ||
_content | string | The _context. |
리턴 | void |
public CreateLog ( string _content, EventLogEntryType _level ) : void | ||
_content | string | |
_level | EventLogEntryType | The _level. |
리턴 | void |
public DetailedLog ( ILogger _logger, EnumCarrier _level, |
||
_logger | ILogger | |
_level | EnumCarrier | |
_connection | ||
_screen | EnumCarrier | |
리턴 | System |
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 |
public LogEntityObjects ( System.Entity entity ) : string | ||
entity | System.Entity | The entity. |
리턴 | string |