C# Class ENDA.Diagnostics.LogManager

Mostra file Open project: engina/PLCNetLib

Public Properties

Property Type Description
Enabled bool
Filter Level

Public Methods

Method Description
Log ( Level lvl, string source, string msg ) : void

Private Methods

Method Description
LogManager ( ) : System

Method Details

Log() public static method

public static Log ( Level lvl, string source, string msg ) : void
lvl Level
source string
msg string
return void

Property Details

Enabled public_oe static_oe property

public static bool Enabled
return bool

Filter public_oe static_oe property

public static Level Filter
return Level