C# 클래스 OSAE.General.OSAELog

파일 보기 프로젝트 열기: opensourceautomation/Open-Source-Automation

공개 메소드들

메소드 설명
Clear ( ) : void
Debug ( string log ) : void
DebugLogAdd ( string entry ) : void
Error ( string log ) : void
Error ( string log, Exception ex ) : void
EventLogClear ( ) : void

Deletes everything from the event_log table

Fatal ( string log ) : void
Fatal ( string log, Exception ex ) : void
FlushBuffers ( ) : void
Info ( string log ) : void
Load ( bool info, bool debug, bool error, string source ) : DataSet
LoadSources ( ) : DataSet
OSAELog ( string source ) : System
PruneLogs ( ) : void

비공개 메소드들

메소드 설명
GetTableSize ( string tableName ) : decimal

메소드 상세

Clear() 공개 정적인 메소드

public static Clear ( ) : void
리턴 void

Debug() 공개 메소드

public Debug ( string log ) : void
log string
리턴 void

DebugLogAdd() 공개 메소드

public DebugLogAdd ( string entry ) : void
entry string
리턴 void

Error() 공개 메소드

public Error ( string log ) : void
log string
리턴 void

Error() 공개 메소드

public Error ( string log, Exception ex ) : void
log string
ex System.Exception
리턴 void

EventLogClear() 공개 정적인 메소드

Deletes everything from the event_log table
public static EventLogClear ( ) : void
리턴 void

Fatal() 공개 메소드

public Fatal ( string log ) : void
log string
리턴 void

Fatal() 공개 메소드

public Fatal ( string log, Exception ex ) : void
log string
ex System.Exception
리턴 void

FlushBuffers() 공개 정적인 메소드

public static FlushBuffers ( ) : void
리턴 void

Info() 공개 메소드

public Info ( string log ) : void
log string
리턴 void

Load() 공개 정적인 메소드

public static Load ( bool info, bool debug, bool error, string source ) : DataSet
info bool
debug bool
error bool
source string
리턴 System.Data.DataSet

LoadSources() 공개 정적인 메소드

public static LoadSources ( ) : DataSet
리턴 System.Data.DataSet

OSAELog() 공개 메소드

public OSAELog ( string source ) : System
source string
리턴 System

PruneLogs() 공개 메소드

public PruneLogs ( ) : void
리턴 void