LoggingChannel コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
LoggingChannel(String) |
このコンストラクターは、互換性モードで LoggingChannel Windows 8.1作成します。 |
LoggingChannel(String, LoggingChannelOptions) |
指定したオプションを使用して 、LoggingChannel クラスの新しいインスタンスを初期化します。 |
LoggingChannel(String, LoggingChannelOptions, Guid) |
指定したオプションとチャネル ID を使用して 、LoggingChannel クラスの新しいインスタンスを初期化します。 |
LoggingChannel(String)
このコンストラクターは、互換性モードで LoggingChannel Windows 8.1作成します。
public:
LoggingChannel(Platform::String ^ name);
/// [Windows.Foundation.Metadata.Deprecated("This constructor creates a LoggingChannel in Windows 8.1 compatibility mode. Prefer the two-parameter constructor.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Foundation.UniversalApiContract)]
LoggingChannel(winrt::hstring const& name);
/// [Windows.Foundation.Metadata.Deprecated("This constructor creates a LoggingChannel in Windows 8.1 compatibility mode. Prefer the two-parameter constructor.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
LoggingChannel(winrt::hstring const& name);
[Windows.Foundation.Metadata.Deprecated("This constructor creates a LoggingChannel in Windows 8.1 compatibility mode. Prefer the two-parameter constructor.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Foundation.UniversalApiContract))]
public LoggingChannel(string name);
[Windows.Foundation.Metadata.Deprecated("This constructor creates a LoggingChannel in Windows 8.1 compatibility mode. Prefer the two-parameter constructor.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
public LoggingChannel(string name);
function LoggingChannel(name)
Public Sub New (name As String)
パラメーター
- name
-
String
Platform::String
winrt::hstring
ログ チャネルの名前。
- 属性
注釈
このコンストラクターは、互換性モードで LoggingChannel Windows 8.1作成します。 Windows 8.1互換モードとWindows 10でサポートされる新しい動作の違いの詳細については、「LoggingChannel」を参照してください。
Windows 10 このコンストラクターは、Windows 8.1との互換性が必要な場合にのみ使用する必要があります。 Windows 10以降の場合は、LoggingChannel(String, LoggingChannelOptions) または LoggingChannel(String, LoggingChannelOptions, Guid) を使用します。
こちらもご覧ください
- LoggingChannel(String, LoggingChannelOptions)
- LoggingChannel(String, LoggingChannelOptions, Guid)
- LoggingSession
- FileLoggingSession
適用対象
LoggingChannel(String, LoggingChannelOptions)
指定したオプションを使用して 、LoggingChannel クラスの新しいインスタンスを初期化します。
public:
LoggingChannel(Platform::String ^ name, LoggingChannelOptions ^ options);
LoggingChannel(winrt::hstring const& name, LoggingChannelOptions const& options);
public LoggingChannel(string name, LoggingChannelOptions options);
function LoggingChannel(name, options)
Public Sub New (name As String, options As LoggingChannelOptions)
パラメーター
- name
-
String
Platform::String
winrt::hstring
ログ チャネルの名前。
- options
- LoggingChannelOptions
チャネル オプション。 既定のオプションを指定するには 、null を 渡します。
こちらもご覧ください
適用対象
LoggingChannel(String, LoggingChannelOptions, Guid)
指定したオプションとチャネル ID を使用して 、LoggingChannel クラスの新しいインスタンスを初期化します。
public:
LoggingChannel(Platform::String ^ name, LoggingChannelOptions ^ options, Platform::Guid id);
LoggingChannel(winrt::hstring const& name, LoggingChannelOptions const& options, winrt::guid const& id);
public LoggingChannel(string name, LoggingChannelOptions options, Guid id);
function LoggingChannel(name, options, id)
Public Sub New (name As String, options As LoggingChannelOptions, id As Guid)
パラメーター
- name
-
String
Platform::String
winrt::hstring
ログ チャネルの名前。
- options
- LoggingChannelOptions
チャネル オプション。 既定のオプションを指定するには 、null を 渡します。
- id
-
Guid
Platform::Guid
winrt::guid
自動的に生成される識別子の代わりに使用するチャネル識別子。