C# Class Common.Logging.ETWLogger.Tests.TestEventSource4

Inheritance: EventSource, ICommonLoggingEventSource
Afficher le fichier Open project: net-commons/common-logging Class Usage Examples

Méthodes publiques

Méthode Description
Debug ( string message ) : void
DebugException ( string message, string exception ) : void
Error ( string message ) : void
ErrorException ( string message, string exception ) : void
Fatal ( string message ) : void
FatalException ( string message, string exception ) : void
Info ( string message ) : void
InfoException ( string message, string exception ) : void
Trace ( string message ) : void
TraceException ( string message, string exception ) : void
Warn ( string message ) : void
WarnException ( string message, string exception ) : void

Method Details

Debug() public méthode

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

DebugException() public méthode

public DebugException ( string message, string exception ) : void
message string
exception string
Résultat void

Error() public méthode

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

ErrorException() public méthode

public ErrorException ( string message, string exception ) : void
message string
exception string
Résultat void

Fatal() public méthode

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

FatalException() public méthode

public FatalException ( string message, string exception ) : void
message string
exception string
Résultat void

Info() public méthode

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

InfoException() public méthode

public InfoException ( string message, string exception ) : void
message string
exception string
Résultat void

Trace() public méthode

public Trace ( string message ) : void
message string
Résultat void

TraceException() public méthode

public TraceException ( string message, string exception ) : void
message string
exception string
Résultat void

Warn() public méthode

public Warn ( string message ) : void
message string
Résultat void

WarnException() public méthode

public WarnException ( string message, string exception ) : void
message string
exception string
Résultat void