TraceLogger Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Replaced by LogManager.
Support backwards compatability with old TraceManager for logger managament api
[System.Obsolete("Replaced by LogManager.")]
public class TraceLogger : Orleans.Runtime.LogManager
[<System.Obsolete("Replaced by LogManager.")>]
type TraceLogger = class
inherit LogManager
Public Class TraceLogger
Inherits LogManager
- Inheritance
- Attributes
Constructors
TraceLogger() |
Fields
MAX_LOG_MESSAGE_SIZE |
Maximum length of log messages. Log messages about this size will be truncated. (Inherited from LogManager) |