Logging ClassNaiad Help

[This is preliminary documentation and is subject to change.]

Methods and properties related to logging
Inheritance Hierarchy

SystemObject
  Microsoft.Research.Naiad.DiagnosticsLogging

Namespace: Microsoft.Research.Naiad.Diagnostics
Assembly: Microsoft.Research.Naiad (in Microsoft.Research.Naiad.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax

C#
public static class Logging

The Logging type exposes the following members.

Methods

  NameDescription
Public methodStatic memberAssert(Boolean)
Logs an Error level message if condition is not true.
Public methodStatic memberAssert(Boolean, String, Object)
Logs an Error level message if condition is not true.
Public methodStatic memberDebug
Logs a format string and arguments at Debug level
Public methodStatic memberError
Logs a format string and arguments at Error level
Public methodStatic memberFatal
Logs a format string and arguments at Fatal level
Public methodStatic memberInfo
Logs a format string and arguments at Info level
Public methodStatic memberInspectBuffer
Method to enable inspection of buffer contents from the debugger. When in a breakpoint, invoke this method from the Immediate window and then look at the buffer by typing "NaiadLog.buf"
Public methodStatic memberProgress
Logs a format string and arguments at Progress level
Public methodStatic memberStop
Stops logging cleanly.
Top
Fields

  NameDescription
Public fieldStatic memberLogStyle
Intended logging target
Top
Properties

  NameDescription
Public propertyStatic memberLogLevel
Gets and sets logging level.
Top
See Also

Reference