FileVelopackLogger class
Namespace: Velopack.Logging
public class FileVelopackLogger : IVelopackLogger, IDisposable
Implements: IVelopackLogger, IDisposable
Constructors
| Constructor | Summary |
|---|---|
FileVelopackLogger |
FileVelopackLogger(filePath, processId)
public FileVelopackLogger(string filePath, uint processId)
Parameters
| Name | Type | Description |
|---|---|---|
filePath | string | |
processId | uint |
Methods
| Method | Summary |
|---|---|
Log | |
Dispose |
Log(logLevel, message, exception)
public void Log(VelopackLogLevel logLevel, string? message, Exception? exception)
Parameters
| Name | Type | Description |
|---|---|---|
logLevel | VelopackLogLevel | |
message | string | |
exception | Exception |
Dispose()
public void Dispose()
Generated from Velopack 1.1.1