Show / Hide Table of Contents

Class ConsoleLogger

Logs all messages to the system console.

Inheritance
Object
Logger
ConsoleLogger
Inherited Members
Logger.Level
Logger.Trace(String, Exception, Int32, String, String)
Logger.Debug(String, Exception, Int32, String, String)
Logger.Info(String, Exception, Int32, String, String)
Logger.Warn(String, Exception, Int32, String, String)
Logger.Error(String, Exception, Int32, String, String)
Logger.FormatTag(Int32, String, String)
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: PKWARE.Smartcrypt.MetaClient.Logging
Assembly: MetaClient.dll
Syntax
public sealed class ConsoleLogger : Logger

Constructors

ConsoleLogger()

Declaration
public ConsoleLogger()

Methods

Log(Level, String, String, Exception)

Declaration
protected override void Log(Level level, string tag, string message, Exception exception)
Parameters
Type Name Description
Level level
String tag
String message
Exception exception
Overrides
Logger.Log(Level, String, String, Exception)
Back to top Copyright © 2018 PKWARE, Inc.