Click or drag to resize

ILogManagerService Interface

Represents a service which can be used to manage the log files for the application instance

Namespace: SanteDB.Core.Diagnostics
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public interface ILogManagerService : IServiceImplementation

The ILogManagerService type exposes the following members.

Properties
 NameDescription
Public propertyServiceName Gets the service name
(Inherited from IServiceImplementation)
Top
Methods
 NameDescription
Public methodDeleteLogFile Delete or remove a log file from the infrastructure
Public methodGetLogFile Get the log file given the specified log identifier
Public methodGetLogFiles Gets all log files from the specified logging source
Top
See Also