Interface IIpcLogger
Logger interface for IPC in CAM Open API
Namespace: CAMIPC.Logger
Assembly: CAMIPC.Logger.dll
Syntax
[Guid("B9357EA3-CD23-4F72-AC2F-45E7E965267D")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IIpcLoggerMethods
debug(string)
Save message in log with LogEventType = debug
Declaration
void debug(string message)Parameters
| Type | Name | Description | 
|---|---|---|
| string | message | 
error(string)
Save message in log with LogEventType = error
Declaration
void error(string message)Parameters
| Type | Name | Description | 
|---|---|---|
| string | message | 
head(string)
Save message in log with LogEventType = head
Declaration
void head(string message)Parameters
| Type | Name | Description | 
|---|---|---|
| string | message | 
info(string)
Save message in log with LogEventType = info
Declaration
void info(string message)Parameters
| Type | Name | Description | 
|---|---|---|
| string | message | 
log(LogItem)
Declaration
void log(LogItem Event)Parameters
| Type | Name | Description | 
|---|---|---|
| LogItem | Event | 
verbose(string)
Save message in log with LogEventType = verbose
Declaration
void verbose(string message)Parameters
| Type | Name | Description | 
|---|---|---|
| string | message | 
warning(string)
Save message in log with LogEventType = warning
Declaration
void warning(string message)Parameters
| Type | Name | Description | 
|---|---|---|
| string | message |