MetalamaAPI documentationAdvanced APIMetalama.​Compiler.​ServicesILogger
Open sandboxFocus

ILogger Interface

Namespace: Metalama.Compiler.Services
Assembly: Metalama.Compiler.Interface.dll
Syntax
public interface ILogger

Properties

Name Description
Error

Gets the ILogWriter for the Errors severity. Messages of this severity are written to the console output as errors, and to the logs.

Info

Gets the ILogWriter for the Info severity. Messages of this severity are written to the console output as normal text, or in logs even when the verbosity for the category is not set to verbose.

Trace

Gets the ILogWriter for the Trace severity. Messages of this severity are written only in verbose mode.

Warning

Gets the ILogWriter for the Warning severity. Messages of this severity are written to the console output as warnings, and to the logs.