Output Class¶
Definition¶
namespace Sharplog.Outputs
Constructors¶
| Name |
|---|
| Output(string, LevelContainer) |
Properties¶
| Name | Type | GET | SET |
|---|---|---|---|
| Format | string | ||
| Levels | LevelContainer |
Methods¶
| Name | Modifiers | Returns |
|---|---|---|
| Write(string, Log) | public abstract |
Constructors¶
Output(string, LevelContainer)¶
-
Initializes a new instance of the Output class.
Parameter¶
formatstring ·null- The format.
levelsLevelContainer ·null- The level settings.
Properties¶
Format¶
- Type: string
-
Gets or sets the format for the output.
Levels¶
- Type: LevelContainer
-
Gets or sets the level settings for the output.
Methods¶
Write(string, Log)¶
-
Writes the specified formatted log.