Class Logger.LoggingModes
Differnt Ways to Log developer notcies and warnings
Inheritance
System.Object
Logger.LoggingModes
Namespace: IronXL.Logging
Assembly: IronXL.dll
Syntax
public sealed class LoggingModes : Enum
Fields
All
All available methods
Declaration
public const Logger.LoggingModes All
Field Value
Type | Description |
---|---|
Logger.LoggingModes |
Console
Sends Messages to System.Consoleg
Declaration
public const Logger.LoggingModes Console
Field Value
Type | Description |
---|---|
Logger.LoggingModes |
Custom
Attach a custom logger
Declaration
public const Logger.LoggingModes Custom
Field Value
Type | Description |
---|---|
Logger.LoggingModes |
DebugOutputWindow
Sends Messages to System.Diagnostics.Debug
Declaration
public const Logger.LoggingModes DebugOutputWindow
Field Value
Type | Description |
---|---|
Logger.LoggingModes |
File
Log to File
Declaration
public const Logger.LoggingModes File
Field Value
Type | Description |
---|---|
Logger.LoggingModes |
None
Silent
Declaration
public const Logger.LoggingModes None
Field Value
Type | Description |
---|---|
Logger.LoggingModes |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |