C# Class Whitelog.Core.String.Layout.StringLayoutParser

Exibir arquivo Open project: ronenbarak/Whitelog

Public Methods

Method Description
Parse ( string layout, Type parameterType ) : IStringLayoutWriter
Register ( IStringLayoutFactory layoutFactory ) : void
StringLayoutParser ( IMessageParamaterHanlderFactory messageParamaterHanlderFactory, string masterLayout ) : System

Protected Methods

Method Description
Parse ( string masterLayout, string message, Type parameterType ) : IStringLayoutWriter

Method Details

Parse() public method

public Parse ( string layout, Type parameterType ) : IStringLayoutWriter
layout string
parameterType System.Type
return IStringLayoutWriter

Parse() protected method

protected Parse ( string masterLayout, string message, Type parameterType ) : IStringLayoutWriter
masterLayout string
message string
parameterType System.Type
return IStringLayoutWriter

Register() public method

public Register ( IStringLayoutFactory layoutFactory ) : void
layoutFactory IStringLayoutFactory
return void

StringLayoutParser() public method

public StringLayoutParser ( IMessageParamaterHanlderFactory messageParamaterHanlderFactory, string masterLayout ) : System
messageParamaterHanlderFactory IMessageParamaterHanlderFactory
masterLayout string
return System