C# Class OSAE.General.OSAELog

Afficher le fichier Open project: opensourceautomation/Open-Source-Automation

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
GetTableSize ( string tableName ) : decimal

Method Details

Clear() public static méthode

public static Clear ( ) : void
Résultat void

Debug() public méthode

public Debug ( string log ) : void
log string
Résultat void

DebugLogAdd() public méthode

public DebugLogAdd ( string entry ) : void
entry string
Résultat void

Error() public méthode

public Error ( string log ) : void
log string
Résultat void

Error() public méthode

public Error ( string log, Exception ex ) : void
log string
ex System.Exception
Résultat void

EventLogClear() public static méthode

Deletes everything from the event_log table
public static EventLogClear ( ) : void
Résultat void

Fatal() public méthode

public Fatal ( string log ) : void
log string
Résultat void

Fatal() public méthode

public Fatal ( string log, Exception ex ) : void
log string
ex System.Exception
Résultat void

FlushBuffers() public static méthode

public static FlushBuffers ( ) : void
Résultat void

Info() public méthode

public Info ( string log ) : void
log string
Résultat void

Load() public static méthode

public static Load ( bool info, bool debug, bool error, string source ) : DataSet
info bool
debug bool
error bool
source string
Résultat System.Data.DataSet

LoadSources() public static méthode

public static LoadSources ( ) : DataSet
Résultat System.Data.DataSet

OSAELog() public méthode

public OSAELog ( string source ) : System
source string
Résultat System

PruneLogs() public méthode

public PruneLogs ( ) : void
Résultat void