C# Class Hazelcast.Client.Test.CustomLogFactory.CustomLogger

Inheritance: Hazelcast.Logging.AbstractLogger
Afficher le fichier Open project: hazelcast/hazelcast-csharp-client

Méthodes publiques

Свойство Type Description
Logs List>

Méthodes publiques

Méthode Description
GetLevel ( ) : LogLevel
IsLoggable ( LogLevel arg1 ) : bool
Log ( LogLevel arg1, string arg2 ) : void
Log ( LogLevel arg1, string arg2, Exception arg3 ) : void

Method Details

GetLevel() public méthode

public GetLevel ( ) : LogLevel
Résultat LogLevel

IsLoggable() public méthode

public IsLoggable ( LogLevel arg1 ) : bool
arg1 LogLevel
Résultat bool

Log() public méthode

public Log ( LogLevel arg1, string arg2 ) : void
arg1 LogLevel
arg2 string
Résultat void

Log() public méthode

public Log ( LogLevel arg1, string arg2, Exception arg3 ) : void
arg1 LogLevel
arg2 string
arg3 System.Exception
Résultat void

Property Details

Logs public_oe property

public List> Logs
Résultat List>