Interface ICommandQueueProcessorLogger
Assembly: AzureFromTheTrenches.Commanding.Queue.dll
Syntax
public interface ICommandQueueProcessorLogger
Methods
|
Improve this Doc
View Source
LogError(String, ICommand, Exception)
Declaration
void LogError(string message, ICommand command = null, Exception ex = null)
Parameters
Type |
Name |
Description |
System.String |
message |
|
ICommand |
command |
|
Exception |
ex |
|
|
Improve this Doc
View Source
LogInfo(String, ICommand, Exception)
Declaration
void LogInfo(string message, ICommand command = null, Exception ex = null)
Parameters
Type |
Name |
Description |
System.String |
message |
|
ICommand |
command |
|
Exception |
ex |
|
|
Improve this Doc
View Source
LogWarning(String, ICommand, Exception)
Declaration
void LogWarning(string message, ICommand command = null, Exception ex = null)
Parameters
Type |
Name |
Description |
System.String |
message |
|
ICommand |
command |
|
Exception |
ex |
|