C# Class Demo.Domain.Infrastructure.GES.EmbeddedLogger

Inheritance: ILogger
Mostrar archivo Open project: volak/DDD.Enterprise.Example

Public Methods

Method Description
Debug ( string format ) : void
DebugException ( Exception ex, string format ) : void
EmbeddedLogger ( string name ) : EventStore.Common.Log
Error ( string format ) : void
ErrorException ( Exception ex, string format ) : void
Fatal ( string format ) : void
FatalException ( Exception ex, string format ) : void
Flush ( System.TimeSpan maxTimeToWait = default(TimeSpan?) ) : void
Info ( string format ) : void
InfoException ( Exception ex, string format ) : void
Trace ( string format ) : void
TraceException ( Exception ex, string format ) : void
Warn ( string format ) : void

Method Details

Debug() public method

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

DebugException() public method

public DebugException ( Exception ex, string format ) : void
ex System.Exception
format string
return void

EmbeddedLogger() public method

public EmbeddedLogger ( string name ) : EventStore.Common.Log
name string
return EventStore.Common.Log

Error() public method

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

ErrorException() public method

public ErrorException ( Exception ex, string format ) : void
ex System.Exception
format string
return void

Fatal() public method

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

FatalException() public method

public FatalException ( Exception ex, string format ) : void
ex System.Exception
format string
return void

Flush() public method

public Flush ( System.TimeSpan maxTimeToWait = default(TimeSpan?) ) : void
maxTimeToWait System.TimeSpan
return void

Info() public method

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

InfoException() public method

public InfoException ( Exception ex, string format ) : void
ex System.Exception
format string
return void

Trace() public method

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

TraceException() public method

public TraceException ( Exception ex, string format ) : void
ex System.Exception
format string
return void

Warn() public method

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