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

Inheritance: EventSource, ICommonLoggingEventSource
Mostrar archivo Open project: net-commons/common-logging Class Usage Examples

Public Methods

Method 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 method

public Debug ( string message ) : void
message string
return void

DebugException() public method

public DebugException ( string message, string exception ) : void
message string
exception string
return void

Error() public method

public Error ( string message ) : void
message string
return void

ErrorException() public method

public ErrorException ( string message, string exception ) : void
message string
exception string
return void

Fatal() public method

public Fatal ( string message ) : void
message string
return void

FatalException() public method

public FatalException ( string message, string exception ) : void
message string
exception string
return void

Info() public method

public Info ( string message ) : void
message string
return void

InfoException() public method

public InfoException ( string message, string exception ) : void
message string
exception string
return void

Trace() public method

public Trace ( string message ) : void
message string
return void

TraceException() public method

public TraceException ( string message, string exception ) : void
message string
exception string
return void

Warn() public method

public Warn ( string message ) : void
message string
return void

WarnException() public method

public WarnException ( string message, string exception ) : void
message string
exception string
return void