C# Class Serenity.Log

Exibir arquivo Open project: volkanceylan/Serenity

Private Properties

Property Type Description
Log Serenity.Abstractions
RandomFileCode string
Write void

Public Methods

Method Description
Debug ( string message ) : void
Debug ( string message, Exception exception, Type source ) : void
Debug ( string message, Type source ) : void
Error ( string message ) : void
Error ( string message, Exception exception, Type source ) : void
Error ( string message, Type source ) : void
Fatal ( string message ) : void
Fatal ( string message, Exception exception, Type source ) : void
Fatal ( string message, Type source ) : void
Info ( string message ) : void
Info ( string message, Exception exception, Type source ) : void
Info ( string message, Type source ) : void
IsLevelEnabled ( LoggingLevel level ) : bool
Verbose ( string message ) : void
Verbose ( string message, Exception exception, Type source ) : void
Verbose ( string message, Type source ) : void
Warn ( string message ) : void
Warn ( string message, Exception exception, Type source ) : void
Warn ( string message, Type source ) : void

Private Methods

Method Description
Log ( ) : Serenity.Abstractions
RandomFileCode ( ) : string
Write ( LoggingLevel level, string message, Exception exception, Type source ) : void

Method Details

Debug() public static method

public static Debug ( string message ) : void
message string
return void

Debug() public static method

public static Debug ( string message, Exception exception, Type source ) : void
message string
exception System.Exception
source System.Type
return void

Debug() public static method

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

Error() public static method

public static Error ( string message ) : void
message string
return void

Error() public static method

public static Error ( string message, Exception exception, Type source ) : void
message string
exception System.Exception
source System.Type
return void

Error() public static method

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

Fatal() public static method

public static Fatal ( string message ) : void
message string
return void

Fatal() public static method

public static Fatal ( string message, Exception exception, Type source ) : void
message string
exception System.Exception
source System.Type
return void

Fatal() public static method

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

Info() public static method

public static Info ( string message ) : void
message string
return void

Info() public static method

public static Info ( string message, Exception exception, Type source ) : void
message string
exception System.Exception
source System.Type
return void

Info() public static method

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

IsLevelEnabled() public static method

public static IsLevelEnabled ( LoggingLevel level ) : bool
level LoggingLevel
return bool

Verbose() public static method

public static Verbose ( string message ) : void
message string
return void

Verbose() public static method

public static Verbose ( string message, Exception exception, Type source ) : void
message string
exception System.Exception
source System.Type
return void

Verbose() public static method

public static Verbose ( string message, Type source ) : void
message string
source System.Type
return void

Warn() public static method

public static Warn ( string message ) : void
message string
return void

Warn() public static method

public static Warn ( string message, Exception exception, Type source ) : void
message string
exception System.Exception
source System.Type
return void

Warn() public static method

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