C# Class MvbaCore.Logging.Logger

Mostra file Open project: mvbalaw/MvbaCore

Public Methods

Method Description
Log ( NotificationSeverity severity, [ text, Exception exception = null ) : void

Method Details

Log() public static method

public static Log ( NotificationSeverity severity, [ text, Exception exception = null ) : void
severity NotificationSeverity
text [
exception System.Exception
return void