C# Class SEToolbox.Support.DiagnosticsLogging

Afficher le fichier Open project: midspace/SEToolbox

Méthodes publiques

Méthode Description
CreateLog ( ) : bool
CreateLog ( string source, string log ) : bool
LogException ( Exception exception ) : void
LogInfo ( string message ) : void
LogWarning ( string message, Exception exception ) : void
LoggingSourceExists ( ) : bool
RemoveLog ( ) : bool
RemoveLog ( string source ) : bool

Private Methods

Méthode Description
ObsufacatePathNames ( string path ) : string

Method Details

CreateLog() public static méthode

public static CreateLog ( ) : bool
Résultat bool

CreateLog() public static méthode

public static CreateLog ( string source, string log ) : bool
source string
log string
Résultat bool

LogException() public static méthode

public static LogException ( Exception exception ) : void
exception Exception
Résultat void

LogInfo() public static méthode

public static LogInfo ( string message ) : void
message string
Résultat void

LogWarning() public static méthode

public static LogWarning ( string message, Exception exception ) : void
message string
exception Exception
Résultat void

LoggingSourceExists() public static méthode

public static LoggingSourceExists ( ) : bool
Résultat bool

RemoveLog() public static méthode

public static RemoveLog ( ) : bool
Résultat bool

RemoveLog() public static méthode

public static RemoveLog ( string source ) : bool
source string
Résultat bool