C# Class MusikNet_Library.Logging

Exibir arquivo Open project: nexus49/grado

Public Methods

Method Description
Debug ( Type type, string message ) : void
Error ( Type type, Exception ex ) : void
Error ( Type type, Exception ex, string message ) : void
Error ( Type type, string message ) : void
Fatal ( Type type, Exception ex ) : void
Fatal ( Type type, string message ) : void
Info ( Type type, string message ) : void
Warn ( Type type, string message ) : void

Private Methods

Method Description
Configlog4net ( ) : void
Logging ( ) : System
getLogger ( Type type ) : log4net.ILog

Method Details

Debug() public static method

public static Debug ( Type type, string message ) : void
type System.Type
message string
return void

Error() public static method

public static Error ( Type type, Exception ex ) : void
type System.Type
ex System.Exception
return void

Error() public static method

public static Error ( Type type, Exception ex, string message ) : void
type System.Type
ex System.Exception
message string
return void

Error() public static method

public static Error ( Type type, string message ) : void
type System.Type
message string
return void

Fatal() public static method

public static Fatal ( Type type, Exception ex ) : void
type System.Type
ex System.Exception
return void

Fatal() public static method

public static Fatal ( Type type, string message ) : void
type System.Type
message string
return void

Info() public static method

public static Info ( Type type, string message ) : void
type System.Type
message string
return void

Warn() public static method

public static Warn ( Type type, string message ) : void
type System.Type
message string
return void