Show / Hide Table of Contents

Interface ICommandQueueProcessorLogger

Namespace: AzureFromTheTrenches.Commanding.Queue
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
  • Improve this Doc
  • View Source
  • 0 Comments
Back to top Copyright © 2018 James Randall