ProcessLoggerLogConfigurationNotFound - метод |
Выполняет логирование ошибки о том, что файл конфигурации плагина не найден.
Пространство имён:
Chronos.Platform
Сборка:
Chronos.Platform (в Chronos.Platform.dll) Версия: 3.5.0.19
Синтаксис public static void LogConfigurationNotFound(
string fileName,
PluginImportingItem pluginImportingItem
)
Public Shared Sub LogConfigurationNotFound (
fileName As String,
pluginImportingItem As PluginImportingItem
)
public:
static void LogConfigurationNotFound(
String^ fileName,
PluginImportingItem^ pluginImportingItem
)
static member LogConfigurationNotFound :
fileName : string *
pluginImportingItem : PluginImportingItem -> unit
Параметры
- fileName
- Тип: SystemString
Имя файла конфигурации. - pluginImportingItem
- Тип: Chronos.Platform.SchedulingPluginImportingItem
Объект, описывающий плагин.
См. также