Interface IFlowLogService
Assembly: Simplic.Flow.Log.dll
Syntax
public interface IFlowLogService
Methods
|
Improve this Doc
View Source
Error(String, Exception, Nullable<Guid>, Nullable<Guid>)
Declaration
void Error(string message, Exception exception, Guid? flowInstanceId = null, Guid? eventId = null)
Parameters
Type |
Name |
Description |
System.String |
message |
|
System.Exception |
exception |
|
System.Nullable<System.Guid> |
flowInstanceId |
|
System.Nullable<System.Guid> |
eventId |
|
|
Improve this Doc
View Source
Info(String, Nullable<Guid>, Nullable<Guid>)
Declaration
void Info(string message, Guid? flowInstanceId = null, Guid? eventId = null)
Parameters
Type |
Name |
Description |
System.String |
message |
|
System.Nullable<System.Guid> |
flowInstanceId |
|
System.Nullable<System.Guid> |
eventId |
|
|
Improve this Doc
View Source
Warning(String, Nullable<Guid>, Nullable<Guid>)
Declaration
void Warning(string message, Guid? flowInstanceId = null, Guid? eventId = null)
Parameters
Type |
Name |
Description |
System.String |
message |
|
System.Nullable<System.Guid> |
flowInstanceId |
|
System.Nullable<System.Guid> |
eventId |
|