Interface IIpcLogger
Logger interface for IPC in CAM Open API
Assembly: CAMIPC.IpcInteraction.dll
Syntax
[Guid("B9357EA3-CD23-4F72-AC2F-45E7E965267D")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IIpcLogger
Methods
IsEventTypeActive(TLogEventType)
Declaration
bool IsEventTypeActive(TLogEventType EventType)
Parameters
Returns
Notify(TLogEventType, string, string)
Declaration
void Notify(TLogEventType EventType, string message, string Title)
Parameters
debug(string)
Declaration
void debug(string message)
Parameters
| Type |
Name |
Description |
| string |
message |
|
error(string)
Declaration
void error(string message)
Parameters
| Type |
Name |
Description |
| string |
message |
|
head(string)
Declaration
void head(string message)
Parameters
| Type |
Name |
Description |
| string |
message |
|
info(string)
Declaration
void info(string message)
Parameters
| Type |
Name |
Description |
| string |
message |
|
log(LogItem)
Declaration
Parameters
| Type |
Name |
Description |
| LogItem |
Event |
|
verbose(string)
Declaration
void verbose(string message)
Parameters
| Type |
Name |
Description |
| string |
message |
|
warning(string)
Declaration
void warning(string message)
Parameters
| Type |
Name |
Description |
| string |
message |
|