Share via


DkmDiagnosticsLog Class

Definition

Static class defining methods to log to the dispatcher diagnostics log

public static class DkmDiagnosticsLog
type DkmDiagnosticsLog = class
Public Class DkmDiagnosticsLog
Inheritance
DkmDiagnosticsLog

Methods

IsEnabled(DkmLogLevel)

Checks if the specified log level is enabled

WriteLine(DkmLogLevel, String)

Writes verbose information to the dispatcher diagnostic log. A new line will automatically be included after the text. NOTE: Debug builds of the dispatcher will assert if the specified log level is 'ImportantError'.

WriteLine<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9>(DkmLogLevel, String, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9)

Writes a line to the diagnostic log. This is a no-op if the specified log level is not enabled.

WriteLine<T0,T1,T2,T3,T4,T5,T6,T7,T8>(DkmLogLevel, String, T0, T1, T2, T3, T4, T5, T6, T7, T8)

Writes a line to the diagnostic log. This is a no-op if the specified log level is not enabled.

WriteLine<T0,T1,T2,T3,T4,T5,T6,T7>(DkmLogLevel, String, T0, T1, T2, T3, T4, T5, T6, T7)

Writes a line to the diagnostic log. This is a no-op if the specified log level is not enabled.

WriteLine<T0,T1,T2,T3,T4,T5,T6>(DkmLogLevel, String, T0, T1, T2, T3, T4, T5, T6)

Writes a line to the diagnostic log. This is a no-op if the specified log level is not enabled.

WriteLine<T0,T1,T2,T3,T4,T5>(DkmLogLevel, String, T0, T1, T2, T3, T4, T5)

Writes a line to the diagnostic log. This is a no-op if the specified log level is not enabled.

WriteLine<T0,T1,T2,T3,T4>(DkmLogLevel, String, T0, T1, T2, T3, T4)

Writes a line to the diagnostic log. This is a no-op if the specified log level is not enabled.

WriteLine<T0,T1,T2,T3>(DkmLogLevel, String, T0, T1, T2, T3)

Writes a line to the diagnostic log. This is a no-op if the specified log level is not enabled.

WriteLine<T0,T1,T2>(DkmLogLevel, String, T0, T1, T2)

Writes a line to the diagnostic log. This is a no-op if the specified log level is not enabled.

WriteLine<T0,T1>(DkmLogLevel, String, T0, T1)

Writes a line to the diagnostic log. This is a no-op if the specified log level is not enabled.

WriteLine<T0>(DkmLogLevel, String, T0)

Writes a line to the diagnostic log. This is a no-op if the specified log level is not enabled.

Applies to