System.Diagnostics.EventLog経由で.netのWindowsイベントログに基本ログを設定しようとしていますが、ログに実際に書き込まれたイベントは表示されません。次のコードを考えてみましょう: // Elsewhere in the class
private static readonly string EventLogName = "LogName";
private
Windows EventLogの "Application"ノード以外のカスタムEventLogを(Delphiで)作成するにはどうすればよいですか? //The code below write on the Application node only
with TEventLogger.Create('JarvisAgent') do
begin
try
try